summaryrefslogtreecommitdiff
path: root/doc/changes.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-27 07:00:51 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-27 07:00:51 -0500
commitd8b9bea1cfd6ff59e4f6c0ef198d086713ace136 (patch)
tree05d54f57c151a770700d24ce0256f420b69673d8 /doc/changes.rst
parent13b731bd19ce6236c979a9dac24f8a36989ce825 (diff)
downloadpython-coveragepy-git-d8b9bea1cfd6ff59e4f6c0ef198d086713ace136.tar.gz
Clean up the changes doc. ReST syntax is weird.
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 c88bf383..3ea944d1 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -34,7 +34,7 @@ Version 3.5.3 --- 29 September 2012
-----------------------------------
- Line numbers in the HTML report line up better with the source lines, fixing
- `issue 197`, thanks Marius Gedminas.
+ `issue 197`_, thanks Marius Gedminas.
- When specifying a directory as the source= option, the directory itself no
longer needs to have a ``__init__.py`` file, though its subdirectories do, to
@@ -44,7 +44,7 @@ Version 3.5.3 --- 29 September 2012
`issue 179`_. Thanks, Pablo Carballo.
- Fixed more cases of non-Python files being reported as Python source, and
- then not being able to parse them as Python. Closes `issue 82` (again).
+ then not being able to parse them as Python. Closes `issue 82`_ (again).
Thanks, Julian Berman.
- Fixed memory leaks under Python 3, thanks, Brett Cannon. Closes `issue 147`_.