summaryrefslogtreecommitdiff
path: root/Doc/library/reprlib.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-05 10:22:04 +0000
committerGeorg Brandl <georg@python.org>2010-01-05 10:22:04 +0000
commit9a22f563106b567ad759e6bc29306df2ff55808a (patch)
tree258ec98a1ffb1dbcc826f9ac982ce92674d9c2e7 /Doc/library/reprlib.rst
parentd97a1c2ab96bf3bc7ce9430e0125ec4af9baec57 (diff)
downloadcpython-9a22f563106b567ad759e6bc29306df2ff55808a.tar.gz
Assorted doc fixes by Florent.
Diffstat (limited to 'Doc/library/reprlib.rst')
-rw-r--r--Doc/library/reprlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/reprlib.rst b/Doc/library/reprlib.rst
index b529aca665..056c5dc442 100644
--- a/Doc/library/reprlib.rst
+++ b/Doc/library/reprlib.rst
@@ -129,5 +129,5 @@ for file objects could be added::
return repr(obj)
aRepr = MyRepr()
- print aRepr.repr(sys.stdin) # prints '<stdin>'
+ print(aRepr.repr(sys.stdin)) # prints '<stdin>'