consistency nits

This commit is contained in:
Georg Brandl
2014-01-22 18:15:42 +01:00
parent 1eb23c62ce
commit b1a9f7548b
4 changed files with 8 additions and 3 deletions

View File

@@ -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.