[Python-checkins] devguide: It's a module, not a label.

georg.brandl python-checkins at python.org
Wed Jan 19 06:53:11 CET 2011


georg.brandl pushed e72733e01596 to devguide:

http://hg.python.org/devguide/rev/e72733e01596
changeset:   142:e72733e01596
tag:         tip
user:        Georg Brandl <georg at python.org>
date:        Wed Jan 19 06:42:04 2011 +0100
summary:
  It's a module, not a label.

files:
  coverage.rst

diff --git a/coverage.rst b/coverage.rst
--- a/coverage.rst
+++ b/coverage.rst
@@ -128,7 +128,7 @@
 -------------------
 
 If you prefer to rely solely on the stdlib to generate coverage data, you can
-do so by passing the appropriate flags to :py:ref:`test.regrtest` (along with
+do so by passing the appropriate flags to :py:mod:`test.regrtest` (along with
 any other flags you want to)::
 
     ./python -m test --coverage -D `pwd`/coverage_data

--
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list