Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3924230

Browse files
committed
Fix typo
1 parent af2ffd7 commit 3924230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/_pyio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ class TextIOWrapper(TextIOBase):
14601460
enabled. With this enabled, on input, the lines endings '\n', '\r',
14611461
or '\r\n' are translated to '\n' before being returned to the
14621462
caller. Conversely, on output, '\n' is translated to the system
1463-
default line seperator, os.linesep. If newline is any other of its
1463+
default line separator, os.linesep. If newline is any other of its
14641464
legal values, that newline becomes the newline when the file is read
14651465
and it is returned untranslated. On output, '\n' is converted to the
14661466
newline.

0 commit comments

Comments
 (0)