mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
#18466: merge with 3.3.
This commit is contained in:
commit
a7e7497d88
12 changed files with 12 additions and 12 deletions
|
@ -491,7 +491,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