commit | ede6c2aff6f2bf8842147ca286493e06ac0a99b0 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Jan 05 10:22:04 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Jan 05 10:22:04 2010 +0000 |
tree | 6dbb996deb2042c8f3aeb9310923c38a0c6f1257 | |
parent | 7de0a6e04cb935e1665b82804f08457c924c6a5d [diff] [blame] |
Assorted doc fixes by Florent.
diff --git a/Doc/library/reprlib.rst b/Doc/library/reprlib.rst index b529aca..056c5dc 100644 --- a/Doc/library/reprlib.rst +++ b/Doc/library/reprlib.rst
@@ -129,5 +129,5 @@ return repr(obj) aRepr = MyRepr() - print aRepr.repr(sys.stdin) # prints '<stdin>' + print(aRepr.repr(sys.stdin)) # prints '<stdin>'