summaryrefslogtreecommitdiff
path: root/doc/changes.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-01-08 22:29:53 -0500
committerNed Batchelder <ned@nedbatchelder.com>2013-01-08 22:29:53 -0500
commitd20560c75af5342a971ae66179a99ee38e78a52d (patch)
treebfecc2bd98b61bb13e4f716d825f17960afd6427 /doc/changes.rst
parent11829e9fe0b190e0ac4ce52a98553142782b3ff6 (diff)
downloadpython-coveragepy-git-d20560c75af5342a971ae66179a99ee38e78a52d.tar.gz
More yieldification of parser.py
Diffstat (limited to 'doc/changes.rst')
-rw-r--r--doc/changes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index 576c996b..f0fb2ded 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -73,10 +73,10 @@ Docs:
- Added a page to the docs about :doc:`contributing <contributing>` to
coverage.py, closing `issue 171`_.
-
+
- Added a page to the docs about :doc:`troublesome situations <trouble>`,
closing `issue 226`_.
-
+
- Docstrings for the legacy singleton methods are more helpful. Thanks Marius
Gedminas. Closes `issue 205`_.