diff options
author | Georg Brandl <georg@python.org> | 2014-10-31 09:25:48 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-31 09:25:48 (GMT) |
commit | 8ed75cd8e931c075c38246fbd50dd5f18defdba6 (patch) | |
tree | 7d7ce1750916737af0a92d0c9b47163abb5cec3f /Doc/library/reprlib.rst | |
parent | 2677faecf5c967b1078eb2de94a32d5f722511e4 (diff) | |
download | cpython-8ed75cd8e931c075c38246fbd50dd5f18defdba6.zip cpython-8ed75cd8e931c075c38246fbd50dd5f18defdba6.tar.gz cpython-8ed75cd8e931c075c38246fbd50dd5f18defdba6.tar.bz2 |
#22613: minor other fixes in library docs (thanks Jacques Ducasse)
Diffstat (limited to 'Doc/library/reprlib.rst')
-rw-r--r-- | Doc/library/reprlib.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/reprlib.rst b/Doc/library/reprlib.rst index 1c694f9..ee9a10d 100644 --- a/Doc/library/reprlib.rst +++ b/Doc/library/reprlib.rst @@ -156,4 +156,3 @@ for file objects could be added:: aRepr = MyRepr() print(aRepr.repr(sys.stdin)) # prints '<stdin>' - |