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

Skip to content

Commit 2b3730e

Browse files
committed
Minor adjustments to a few index entries.
1 parent 1cbd196 commit 2b3730e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/ref/ref6.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ \section{The \keyword{print} statement\label{print}}
327327
exception is raised.
328328
\indexii{standard}{output}
329329
\refbimodindex{sys}
330-
\ttindex{stdout}
330+
\withsubitem{(in module sys)}{\ttindex{stdout}}
331331
\exindex{RuntimeError}
332332

333333
\section{The \keyword{return} statement\label{return}}
@@ -468,7 +468,7 @@ \section{The \keyword{import} statement\label{import}}
468468
platform specific. It generally involves searching for a ``built-in''
469469
module with the given name and then searching a list of locations
470470
given as \code{sys.path}.
471-
\ttindex{modules}
471+
\withsubitem{(in module sys)}{\ttindex{modules}}
472472
\ttindex{sys.modules}
473473
\indexii{module}{name}
474474
\indexii{built-in}{module}
@@ -511,7 +511,7 @@ \section{The \keyword{import} statement\label{import}}
511511

512512
The \keyword{from} form with \code{*} may only occur in a module scope.
513513
\kwindex{from}
514-
\ttindex{from ... import *}
514+
\stindex{from}
515515

516516
(The current implementation does not enforce the latter two
517517
restrictions, but programs should not abuse this freedom, as future

0 commit comments

Comments
 (0)