mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
Fix typos in the Modules directory (GH-28761)
This commit is contained in:
parent
5baec4aea6
commit
dd02a696e5
19 changed files with 21 additions and 21 deletions
|
@ -1457,7 +1457,7 @@ calculate_path(PyCalculatePath *calculate, _PyPathConfig *pathconfig)
|
|||
}
|
||||
|
||||
/* If a pyvenv.cfg configure file is found,
|
||||
argv0_path is overriden with its 'home' variable. */
|
||||
argv0_path is overridden with its 'home' variable. */
|
||||
status = calculate_read_pyenv(calculate);
|
||||
if (_PyStatus_EXCEPTION(status)) {
|
||||
return status;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue