mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
#18466: fix more typos. Patch by Févry Thibault.
This commit is contained in:
parent
b5bc353b88
commit
85a8629d21
12 changed files with 12 additions and 12 deletions
|
|
@ -489,7 +489,7 @@ getenvironment(PyObject* environment)
|
|||
Py_UCS4 *buffer = NULL, *p, *end;
|
||||
PyObject *keys, *values, *res;
|
||||
|
||||
/* convert environment dictionary to windows enviroment string */
|
||||
/* convert environment dictionary to windows environment string */
|
||||
if (! PyMapping_Check(environment)) {
|
||||
PyErr_SetString(
|
||||
PyExc_TypeError, "environment must be dictionary or None");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue