summaryrefslogtreecommitdiff
path: root/doc/changes.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-03-06 18:41:16 -0500
committerNed Batchelder <ned@nedbatchelder.com>2010-03-06 18:41:16 -0500
commita36ab6793def119bf9a46b0659f24693ac1323a5 (patch)
treea51f47f1b14634a3caaa06912a3881f7987b2d4d /doc/changes.rst
parent4b883ffb7a7dc7d97b6cf2713f0469ff4d205c9f (diff)
downloadpython-coveragepy-git-a36ab6793def119bf9a46b0659f24693ac1323a5.tar.gz
ReST syntax is confusing...
Diffstat (limited to 'doc/changes.rst')
-rw-r--r--doc/changes.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/changes.rst b/doc/changes.rst
index 37c685ea..c8f4be6b 100644
--- a/doc/changes.rst
+++ b/doc/changes.rst
@@ -23,10 +23,10 @@ Version 3.3.1, 6 March 2010
---------------------------
- Using `parallel=True` in .coveragerc file prevented reporting, but now does
- not, fixing `issue 49`.
+ not, fixing `issue 49`_.
- When running your code with "coverage run", if you call `sys.exit()`,
- coverage.py will exit with that status code, fixing `issue 50`.
+ coverage.py will exit with that status code, fixing `issue 50`_.
.. _issue 49: http://bitbucket.org/ned/coveragepy/issue/49
.. _issue 50: http://bitbucket.org/ned/coveragepy/issue/50
@@ -53,7 +53,7 @@ Version 3.3, 24 February 2010
without internal coverage.py frames, so the output is the same as when the
code is run without coverage.py.
-- Fixed `issue 39`_ and `issue 47`.
+- Fixed `issue 39`_ and `issue 47`_.
.. _issue 39: http://bitbucket.org/ned/coveragepy/issue/39
.. _issue 40: http://bitbucket.org/ned/coveragepy/issue/40