[Python-checkins] devguide: Minor markup change.

brett.cannon python-checkins at python.org
Sun Feb 27 07:31:29 CET 2011


brett.cannon pushed cdf69cbca33a to devguide:

http://hg.python.org/devguide/rev/cdf69cbca33a
changeset:   335:cdf69cbca33a
parent:      327:974ed7a43003
user:        Brett Cannon <brett at python.org>
date:        Sat Feb 26 22:29:50 2011 -0800
summary:
  Minor markup change.

files:
  coverage.rst

diff --git a/coverage.rst b/coverage.rst
--- a/coverage.rst
+++ b/coverage.rst
@@ -33,9 +33,8 @@
 
 Finally, you can simply run the entire test suite yourself with coverage turned
 on and see what modules need help. This has the drawback of running the entire
-test suite under coverage measuring which
-takes some time to complete, but you will
-have an accurate, up-to-date notion of what modules need the most work.
+test suite under coverage measuring which takes some time to complete, but you
+will have an accurate, up-to-date notion of what modules need the most work.
 
 Do make sure, though, that for any module you do decide to work on that you run
 coverage for just that module. This will make sure you know how good the

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


More information about the Python-checkins mailing list