Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b67bee

Browse files
committed
Added "module search path" to the index.
1 parent cf75754 commit 2b67bee

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/lib/libsys.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ \section{Built-in Module \sectcode{sys}}
129129
\end{datadesc}
130130

131131
\begin{datadesc}{path}
132+
\indexiii{module}{search}{path}
132133
A list of strings that specifies the search path for modules.
133134
Initialized from the environment variable \code{PYTHONPATH}, or an
134135
installation-dependent default.

Doc/libsys.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ \section{Built-in Module \sectcode{sys}}
129129
\end{datadesc}
130130

131131
\begin{datadesc}{path}
132+
\indexiii{module}{search}{path}
132133
A list of strings that specifies the search path for modules.
133134
Initialized from the environment variable \code{PYTHONPATH}, or an
134135
installation-dependent default.

0 commit comments

Comments
 (0)