mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
This commit is contained in:
parent
be8da9c990
commit
0be894b2f6
52 changed files with 70 additions and 70 deletions
|
@ -1315,7 +1315,7 @@ unmarshal_code(PyObject *pathname, PyObject *data, time_t mtime)
|
|||
return code;
|
||||
}
|
||||
|
||||
/* Replace any occurances of "\r\n?" in the input string with "\n".
|
||||
/* Replace any occurrences of "\r\n?" in the input string with "\n".
|
||||
This converts DOS and Mac line endings to Unix line endings.
|
||||
Also append a trailing "\n" to be compatible with
|
||||
PyParser_SimpleParseFile(). Returns a new reference. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue