diff --git a/Lib/io.py b/Lib/io.py index 68ee4df3381..ce7aee2eb88 100644 --- a/Lib/io.py +++ b/Lib/io.py @@ -50,7 +50,7 @@ def __init__(self, errno, strerror, characters_written=0): 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;