mirror of
https://github.com/python/cpython.git
synced 2025-09-13 12:17:24 +00:00
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
This commit is contained in:
parent
613debcf0a
commit
15f44ab043
72 changed files with 121 additions and 121 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