Commit 39242304 authored by Éric Araujo's avatar Éric Araujo

Fix typo

parent af2ffd75
...@@ -1460,7 +1460,7 @@ class TextIOWrapper(TextIOBase): ...@@ -1460,7 +1460,7 @@ class TextIOWrapper(TextIOBase):
enabled. With this enabled, on input, the lines endings '\n', '\r', enabled. With this enabled, on input, the lines endings '\n', '\r',
or '\r\n' are translated to '\n' before being returned to the or '\r\n' are translated to '\n' before being returned to the
caller. Conversely, on output, '\n' is translated to the system caller. Conversely, on output, '\n' is translated to the system
default line seperator, os.linesep. If newline is any other of its default line separator, os.linesep. If newline is any other of its
legal values, that newline becomes the newline when the file is read legal values, that newline becomes the newline when the file is read
and it is returned untranslated. On output, '\n' is converted to the and it is returned untranslated. On output, '\n' is converted to the
newline. newline.
......
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