mirror of
https://github.com/python/cpython.git
synced 2026-01-05 23:12:38 +00:00
gh-92913: Fix typos in documentation (GH-93129)
(cherry picked from commit 6a6f823ea7)
Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
parent
8c5739e425
commit
fc31e2de3c
1 changed files with 3 additions and 3 deletions
|
|
@ -1319,9 +1319,9 @@ initialization::
|
|||
}
|
||||
|
||||
/* Specify sys.path explicitly */
|
||||
/* To calculate the default and then modify, finish initialization and
|
||||
then use PySys_GetObject("path") to get the list. */
|
||||
condig.module_search_paths_set = 1
|
||||
/* If you want to modify the default set of paths, finish
|
||||
initialization first and then use PySys_GetObject("path") */
|
||||
config.module_search_paths_set = 1;
|
||||
status = PyWideStringList_Append(&config.module_search_paths,
|
||||
L"/path/to/stdlib");
|
||||
if (PyStatus_Exception(status)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue