From a8bf57767e4e8ba7c99e9a51f30861707124c642 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 9 Feb 2007 20:13:25 +0000 Subject: Fix a bunch of doctests with the -d option of refactor.py. We still have 27 failing tests (down from 39). --- versionpredicate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'versionpredicate.py') 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 -- cgit v1.2.3