mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Fix typo in “seperat{or,ion}”
This commit is contained in:
parent
a6091998af
commit
fab976624d
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ PyDoc_STRVAR(module_doc,
|
||||||
"\n"
|
"\n"
|
||||||
"At the top of the I/O hierarchy is the abstract base class IOBase. It\n"
|
"At the top of the I/O hierarchy is the abstract base class IOBase. It\n"
|
||||||
"defines the basic interface to a stream. Note, however, that there is no\n"
|
"defines the basic interface to a stream. Note, however, that there is no\n"
|
||||||
"seperation between reading and writing to streams; implementations are\n"
|
"separation between reading and writing to streams; implementations are\n"
|
||||||
"allowed to throw an IOError if they do not support a given operation.\n"
|
"allowed to throw an IOError if they do not support a given operation.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Extending IOBase is RawIOBase which deals simply with the reading and\n"
|
"Extending IOBase is RawIOBase which deals simply with the reading and\n"
|
||||||
|
|
|
||||||
|
|
@ -627,7 +627,7 @@ PyDoc_STRVAR(textiowrapper_doc,
|
||||||
"enabled. With this enabled, on input, the lines endings '\\n', '\\r',\n"
|
"enabled. With this enabled, on input, the lines endings '\\n', '\\r',\n"
|
||||||
"or '\\r\\n' are translated to '\\n' before being returned to the\n"
|
"or '\\r\\n' are translated to '\\n' before being returned to the\n"
|
||||||
"caller. Conversely, on output, '\\n' is translated to the system\n"
|
"caller. Conversely, on output, '\\n' is translated to the system\n"
|
||||||
"default line seperator, os.linesep. If newline is any other of its\n"
|
"default line separator, os.linesep. If newline is any other of its\n"
|
||||||
"legal values, that newline becomes the newline when the file is read\n"
|
"legal values, that newline becomes the newline when the file is read\n"
|
||||||
"and it is returned untranslated. On output, '\\n' is converted to the\n"
|
"and it is returned untranslated. On output, '\\n' is converted to the\n"
|
||||||
"newline.\n"
|
"newline.\n"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue