aboutsummaryrefslogtreecommitdiffstats
path: root/versionpredicate.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-02-09 20:13:25 +0000
committerGuido van Rossum <guido@python.org>2007-02-09 20:13:25 +0000
commita8bf57767e4e8ba7c99e9a51f30861707124c642 (patch)
tree193b9d6cd039ca3f44da53948abb4bff8a36f03c /versionpredicate.py
parent4e0a58cc6113aa5ab73196de13b16d500ff46fe6 (diff)
downloadexternal_python_setuptools-a8bf57767e4e8ba7c99e9a51f30861707124c642.tar.gz
external_python_setuptools-a8bf57767e4e8ba7c99e9a51f30861707124c642.tar.bz2
external_python_setuptools-a8bf57767e4e8ba7c99e9a51f30861707124c642.zip
Fix a bunch of doctests with the -d option of refactor.py.
We still have 27 failing tests (down from 39).
Diffstat (limited to 'versionpredicate.py')
-rw-r--r--versionpredicate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/versionpredicate.py b/versionpredicate.py
index ba8b6c02..434b34f1 100644
--- a/versionpredicate.py
+++ b/versionpredicate.py
@@ -40,7 +40,7 @@ class VersionPredicate:
The str() of a `VersionPredicate` provides a normalized
human-readable version of the expression::
- >>> print v
+ >>> print(v)
pyepat.abc (> 1.0, < 3333.3a1, != 1555.1b3)
The `satisfied_by()` method can be used to determine with a given