[Python-checkins] devguide: Fix typo

eric.araujo python-checkins at python.org
Fri Mar 14 00:31:55 CET 2014


http://hg.python.org/devguide/rev/1a01870ccfa7
changeset:   674:1a01870ccfa7
user:        Éric Araujo <merwok at netwok.org>
date:        Thu Mar 13 19:31:20 2014 -0400
summary:
  Fix typo

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
@@ -133,7 +133,7 @@
 But one of the strengths of coverage.py is its HTML-based reports which let
 you visually see what lines of code were not tested::
 
-    ./python COVERAGDIR html -i --include=`pwd`/Lib/* --omit="Lib/test/*,Lib/*/tests/*"
+    ./python COVERAGEDIR html -i --include=`pwd`/Lib/* --omit="Lib/test/*,Lib/*/tests/*"
 
 This will generate an HTML report in a directory named ``htmlcov`` which
 ignores any errors that may arise and ignores modules for which test coverage is

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


More information about the Python-checkins mailing list