From 37e4276ac34619a4e3aa1cfbefbafe073e24545d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 25 Jul 2010 21:09:11 -0400 Subject: Finish doc'ing the new source code options. --- doc/changes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/changes.rst') diff --git a/doc/changes.rst b/doc/changes.rst index 91af28b..e2e393f 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 ` 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 -- cgit v1.2.1