mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typo in comment.
This commit is contained in:
parent
7d4bb9f179
commit
649414c630
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ extern DL_IMPORT(int) Py_TabcheckFlag;
|
|||
extern DL_IMPORT(int) Py_UnicodeFlag;
|
||||
extern DL_IMPORT(int) Py_IgnoreEnvironmentFlag;
|
||||
|
||||
/* this is a wrapper around getenv() the pays attention to
|
||||
/* this is a wrapper around getenv() that pays attention to
|
||||
Py_IgnoreEnvironmentFlag. It should be used for getting variables like
|
||||
PYTHONPATH and PYTHONHOME from the environment */
|
||||
#define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue