[Python-checkins] devguide: Add some punctuation.

georg.brandl python-checkins at python.org
Sat Feb 12 08:49:19 CET 2011


georg.brandl pushed b560997b365d to devguide:

http://hg.python.org/devguide/rev/b560997b365d
changeset:   297:b560997b365d
tag:         tip
parent:      295:db65614f08f8
user:        Georg Brandl <georg at python.org>
date:        Sat Feb 12 08:57:28 2011 +0100
summary:
  Add some punctuation.

files:
  coverage.rst

diff --git a/coverage.rst b/coverage.rst
--- a/coverage.rst
+++ b/coverage.rst
@@ -49,11 +49,11 @@
 .. warning::
     Running the entire test suite under coverage (using either technique listed
     below) currently fails as some tests are resetting the trace function;
-    see http://bugs.python.org/issue10990 for a patch
+    see http://bugs.python.org/issue10990 for a patch.
 
     There are also various tests that simply fail as they have not been made
     robust in the face of coverage measuring/having a trace function set;
-    see http://bugs.python.org/issue10992 for a patch
+    see http://bugs.python.org/issue10992 for a patch.
 
 It should be noted that a quirk of running coverage over Python's own stdlib is
 that certain modules are imported as part of interpreter startup. Those modules
@@ -170,7 +170,7 @@
     If you are running coverage over the entire test suite, make sure to
     add ``-x test_importlib test_runpy test_trace`` to exclude those tests as
     they trigger exceptions during coverage; see
-    http://bugs.python.org/issue10541 and http://bugs.python.org/issue10991
+    http://bugs.python.org/issue10541 and http://bugs.python.org/issue10991.
 
 Once the tests are done you will find the directory you specified contains
 files for each executed module along with which lines were executed how many

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


More information about the Python-checkins mailing list