summaryrefslogtreecommitdiff
path: root/tests/coverage.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-22 18:15:42 +0100
committerGeorg Brandl <georg@python.org>2014-01-22 18:15:42 +0100
commitb1a9f7548b1615c610dd6340918e90d52136d2d2 (patch)
tree25ea140b702b89b4b922863b4f3f03d5c268082d /tests/coverage.py
parent1eb23c62ceff142a3e517904e1b795cf22a57196 (diff)
downloadsphinx-git-b1a9f7548b1615c610dd6340918e90d52136d2d2.tar.gz
consistency nits
Diffstat (limited to 'tests/coverage.py')
-rwxr-xr-xtests/coverage.py3
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.