Kaydet (Commit) 7648ba83 authored tarafından Brett Cannon's avatar Brett Cannon

Make the docstring for io.open() a raw string so that the explanation for the

'newline' argument is not a jumbled mess of newlines.
üst e20ad358
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment