summaryrefslogtreecommitdiffstats
path: root/Lib/StringIO.py
diff options
context:
space:
mode:
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 870e97e..6422f76 100644
--- a/Lib/StringIO.py
+++ b/Lib/StringIO.py
@@ -1,4 +1,4 @@
-"""File-like objects that read from or write to a string buffer.
+r"""File-like objects that read from or write to a string buffer.
This implements (nearly) all stdio methods.