summaryrefslogtreecommitdiffstats
path: root/Lib/io.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/io.py')
-rw-r--r--Lib/io.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/io.py b/Lib/io.py
index 68ee4df..ce7aee2 100644
--- a/Lib/io.py
+++ b/Lib/io.py
@@ -50,7 +50,7 @@ class BlockingIOError(IOError):
def open(file, mode="r", buffering=None, encoding=None, newline=None):
- """Replacement for the built-in open function.
+ r"""Replacement for the built-in open function.
Args:
file: string giving the name of the file to be opened;