diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-07-25 21:09:11 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-07-25 21:09:11 -0400 |
commit | 967cc6dce520f958ed1cb9da4f59a078a1d72581 (patch) | |
tree | c2786e75593521bfc54a22faa79c2f1c08dc1a80 /doc/changes.rst | |
parent | 5d1fb03bf3c3eb4f511289e0728f37a183296d4a (diff) | |
download | python-coveragepy-git-967cc6dce520f958ed1cb9da4f59a078a1d72581.tar.gz |
Finish doc'ing the new source code options.
Diffstat (limited to 'doc/changes.rst')
-rw-r--r-- | doc/changes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index 91af28be..e2e393f2 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -65,7 +65,7 @@ Version 3.2 --- 5 December 2009 - Branch coverage: coverage.py can tell you which branches didn't have both (or all) choices executed, even where the choice doesn't affect which lines were - executed. See :ref:`Branch Coverage <branch>` for more details. + executed. See :ref:`branch` for more details. - The table of contents in the HTML report is now sortable: click the headers on any column. The sorting is persisted so that subsequent reports are |