File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.)
Original file line number Diff line number Diff 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.)
You can’t perform that action at this time.
0 commit comments