diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-27 07:00:51 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-27 07:00:51 -0500 |
| commit | a7bcbcd3005965557705ca81f814c8c364728831 (patch) | |
| tree | 54fc2d036080375fabe4980d7926aa5d78eca99f /doc | |
| parent | 77b2b5b9c26225dad11cf2f279e68d33af7a57c5 (diff) | |
| download | python-coveragepy-a7bcbcd3005965557705ca81f814c8c364728831.tar.gz | |
Clean up the changes doc. ReST syntax is weird.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index c88bf38..3ea944d 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`_. |
