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

Skip to content

Commit 0d2971b

Browse files
committed
Document that sys.builtin_module_names is now a tuple.
1 parent 2f4caa4 commit 0d2971b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libsys.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ \section{Built-in Module \sectcode{sys}}
1919
\end{datadesc}
2020

2121
\begin{datadesc}{builtin_module_names}
22-
A list of strings giving the names of all modules that are compiled
22+
A tuple of strings giving the names of all modules that are compiled
2323
into this Python interpreter. (This information is not available in
2424
any other way --- \code{sys.modules.keys()} only lists the imported
2525
modules.)

Doc/libsys.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ \section{Built-in Module \sectcode{sys}}
1919
\end{datadesc}
2020

2121
\begin{datadesc}{builtin_module_names}
22-
A list of strings giving the names of all modules that are compiled
22+
A tuple of strings giving the names of all modules that are compiled
2323
into this Python interpreter. (This information is not available in
2424
any other way --- \code{sys.modules.keys()} only lists the imported
2525
modules.)

0 commit comments

Comments
 (0)