summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-10-01 07:47:15 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-10-01 07:47:15 -0400
commit7ef8fa8c51d9e92f2e0b154b9b0189e36acf699b (patch)
tree54dd5e5a5347de6fc8dd02ba97c712bb7dcae75c
parenta76f2e56d64b1fb245c435317c1f259c7e5dd0d8 (diff)
downloadpython-coveragepy-7ef8fa8c51d9e92f2e0b154b9b0189e36acf699b.tar.gz
Trailing spaces
-rw-r--r--CHANGES.txt2
-rw-r--r--doc/changes.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3c2b796..6c5218d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -19,7 +19,7 @@ Change history for Coverage.py
- Python versions supported are now CPython 2.6, 2.7, 3.2, 3.3, and 3.4, and
PyPy 2.2.
-- Gevent, eventlet, and greenlet are now supported, closing `issue 149`_.
+- Gevent, eventlet, and greenlet are now supported, closing `issue 149`_.
The ``concurrency`` setting specifies the concurrency library in use. Huge
thanks to Peter Portante for initial implementation, and to Joe Jevnik for
the final insight that completed the work.
diff --git a/doc/changes.rst b/doc/changes.rst
index 97c3d8c..b9980af 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -43,7 +43,7 @@ Version 4.0 pre-release --- 27 September 2014
- Python versions supported are now CPython 2.6, 2.7, 3.2, 3.3, and 3.4, and
PyPy 2.2.
-- Gevent, eventlet, and greenlet are now supported, closing `issue 149`_.
+- Gevent, eventlet, and greenlet are now supported, closing `issue 149`_.
The ``concurrency`` setting specifies the concurrency library in use. Huge
thanks to Peter Portante for initial implementation, and to Joe Jevnik for
the final insight that completed the work.