Commit a8bf5776 authored by Guido van Rossum's avatar Guido van Rossum

Fix a bunch of doctests with the -d option of refactor.py.

We still have 27 failing tests (down from 39).
parent 4e0a58cc
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment