Skip to content

Commit 8de5e27

Browse files
committed
A couple of minor README fixes
1 parent 8eb8a6f commit 8de5e27

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

README.rst

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
|PyPI| |PyPI| |Travis| |Coveralls|
1+
|PyPI| |PyPIPythonVersions| |Travis| |Coveralls|
22

33
Python-valve
44
============
@@ -42,7 +42,7 @@ Server Query Example
4242

4343
In this example we demonstrate the Source master server and A2S query
4444
implementations by listing all Team Fortress 2 servers in Europe and
45-
Asia running the map ``ctf_2fort`` along with the players on each server
45+
Asia running the map ``ctf_2fort``, along with the players on each server
4646
sorted by their score.
4747

4848
.. code:: python
@@ -73,9 +73,9 @@ Versioning
7373
Python-valve uses `Semantic Versioning <http://semver.org/>`__. At this
7474
time, Python-valve is yet to reach its 1.0 release. Hence, every minor
7575
version should be considered to potentially contain breaking changes.
76-
Hence, when specfiying Python-valve as a requirement, either in
77-
``setup.py`` or ``requirements.txt`` its advised to to pin the specific
78-
minor version. E.g. ``python-valve==0.2.0``.
76+
Hence, when specifying Python-valve as a requirement, either in
77+
``setup.py`` or ``requirements.txt``, it's advised to to pin the
78+
specific minor version. E.g. ``python-valve==0.2.0``.
7979

8080

8181
Testing
@@ -98,11 +98,10 @@ Documentation
9898
-------------
9999

100100
Documentation is written using `Sphinx <http://www.sphinx-doc.org/>`__
101-
and is hosted on `Read the
102-
Docs <http://python-valve.readthedocs.org/>`__.
101+
and is hosted on `Read the Docs <http://python-valve.readthedocs.org/>`__.
103102

104-
If working on Python-valve use the following to install the
105-
documentation dependencies, build it and then open it in a browser.
103+
If working on Python-valve use the following to install the documentation
104+
dependencies, build the docs and then open them in a browser.
106105

107106
.. code:: shell
108107
@@ -115,10 +114,9 @@ Python 2
115114
--------
116115

117116
Python-valve supports Python 2.7! However, it's important to bare in
118-
mind that Python 2.7 will not be maintained past 2020. As such,
119-
Python-valve *may* drop support for Python 2.7 in future a major release
120-
before 2020 in order to make of new, non-backwards compatible Python 3
121-
features.
117+
mind that Python 2.7 will not be maintained past 2020. Python-valve
118+
*may* drop support for Python 2.7 in a future major release before 2020
119+
in order to make use of new, non-backwards compatible Python 3 features.
122120

123121
It's strongly encouraged that new Python-valve projects use Python 3.
124122

@@ -140,7 +138,7 @@ Python-valve contributors in any way.
140138

141139
.. |PyPI| image:: https://img.shields.io/pypi/v/python-valve.svg?style=flat-square
142140
:target: https://pypi.python.org/pypi/python-valve
143-
.. |PyPI| image:: https://img.shields.io/pypi/pyversions/python-valve.svg?style=flat-square
141+
.. |PyPIPythonVersions| image:: https://img.shields.io/pypi/pyversions/python-valve.svg?style=flat-square
144142
:target: https://pypi.python.org/pypi/python-valve
145143
.. |Travis| image:: https://img.shields.io/travis/Holiverh/python-valve.svg?style=flat-square
146144
:target: https://travis-ci.org/Holiverh/python-valve

0 commit comments

Comments
 (0)