[Python-checkins] devguide: Issue #19303: Fix typo noted by Martin Matusiak.

ned.deily python-checkins at python.org
Sat Oct 19 21:20:23 CEST 2013


http://hg.python.org/devguide/rev/72c9907e208e
changeset:   644:72c9907e208e
user:        Ned Deily <nad at acm.org>
date:        Sat Oct 19 12:19:54 2013 -0700
summary:
  Issue #19303: Fix typo noted by Martin Matusiak.

files:
  coverage.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/coverage.rst b/coverage.rst
--- a/coverage.rst
+++ b/coverage.rst
@@ -90,7 +90,7 @@
 
     hg clone https://bitbucket.org/ned/coveragepy
 
-Another option is to use an installed copy of coverage.py if you already an
+Another option is to use an installed copy of coverage.py if you already have an
 installed copy. But if you do not already have it installed then it is preferred
 you use a clone of coverage.py for gathering coverage results.
 

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


More information about the Python-checkins mailing list