diff options
| author | Guido van Rossum <guido@python.org> | 2007-02-09 20:13:25 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 2007-02-09 20:13:25 +0000 |
| commit | a8bf57767e4e8ba7c99e9a51f30861707124c642 (patch) | |
| tree | 193b9d6cd039ca3f44da53948abb4bff8a36f03c /versionpredicate.py | |
| parent | 4e0a58cc6113aa5ab73196de13b16d500ff46fe6 (diff) | |
| download | external_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.py | 2 |
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 |
