summaryrefslogtreecommitdiff
path: root/Lib/StringIO.py
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2007-01-05 14:24:36 +0000
committerAndrew M. Kuchling <amk@amk.ca>2007-01-05 14:24:36 +0000
commit3b015c46a5f12322839512d54e15f51f5e10d3e4 (patch)
tree32c497f598acb712e681a91b53b166b1cf6c826f /Lib/StringIO.py
parenta6e0f502ea99545385264fafb73c4134712c35be (diff)
downloadcpython-git-3b015c46a5f12322839512d54e15f51f5e10d3e4.tar.gz
[Bug #1622533] Make docstrings raw strings because they contain control characters (\0, \1)
Diffstat (limited to 'Lib/StringIO.py')
-rw-r--r--Lib/StringIO.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/StringIO.py b/Lib/StringIO.py
index 1e5f25408d..232009fb93 100644
--- a/Lib/StringIO.py
+++ b/Lib/StringIO.py
@@ -137,7 +137,7 @@ class StringIO:
return r
def readline(self, length=None):
- """Read one entire line from the file.
+ r"""Read one entire line from the file.
A trailing newline character is kept in the string (but may be absent
when a file ends with an incomplete line). If the size argument is