diff options
author | Georg Brandl <georg@python.org> | 2014-01-22 18:15:42 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-22 18:15:42 +0100 |
commit | b1a9f7548b1615c610dd6340918e90d52136d2d2 (patch) | |
tree | 25ea140b702b89b4b922863b4f3f03d5c268082d /tests/coverage.py | |
parent | 1eb23c62ceff142a3e517904e1b795cf22a57196 (diff) | |
download | sphinx-git-b1a9f7548b1615c610dd6340918e90d52136d2d2.tar.gz |
consistency nits
Diffstat (limited to 'tests/coverage.py')
-rwxr-xr-x | tests/coverage.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/coverage.py b/tests/coverage.py index 3d265cb31..95063b676 100755 --- a/tests/coverage.py +++ b/tests/coverage.py @@ -52,7 +52,8 @@ coverage.py -a [-d dir] [-o dir1,dir2,...] FILE1 FILE2 ... e.g. python coverage.py -i -r -o c:\python23,lib\enthought\traits Coverage data is saved in the file .coverage by default. Set the -COVERAGE_FILE environment variable to save it somewhere else.""" +COVERAGE_FILE environment variable to save it somewhere else. +""" from __future__ import print_function __version__ = "2.85.20080914" # see detailed history at the end of this file. |