File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ \section{Built-in Functions}
1414how you would do this, see the standard library modules \code {ni},
1515\code {ihooks} and \code {rexec}. See also the built-in module
1616\code {imp}, which defines some useful operations out of which you can
17- build your own \code {__import__} function.
17+ build your own \code {__import__() } function.
1818\stindex {import}
19- \stmodindex {ni}
20- \stmodindex {ihooks}
21- \stmodindex {rexec}
22- \bimodindex {imp}
19+ \refstmodindex {ni}
20+ \refstmodindex {ihooks}
21+ \refstmodindex {rexec}
22+ \refbimodindex {imp}
2323
2424For example, the statement \code {import spam} results in the following
2525call:
@@ -599,7 +599,7 @@ \section{Built-in Functions}
599599Return the type of an \var {object}. The return value is a type
600600object. The standard module \code {types} defines names for all
601601built-in types.
602- \stmodindex {types}
602+ \refstmodindex {types}
603603\obindex {type}
604604For instance:
605605
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ \section{Standard Module \sectcode{TERMIOS}}
102102This module defines the symbolic constants required to use the
103103\code {termios} module (see the previous section). See the Posix or
104104\UNIX {} manual pages (or the source) for a list of those constants.
105+ \refbimodindex {termios}
105106
106107Note: this module resides in a system-dependent subdirectory of the
107108Python library directory. You may have to generate it for your
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ \section{Built-in Functions}
1414how you would do this, see the standard library modules \code {ni},
1515\code {ihooks} and \code {rexec}. See also the built-in module
1616\code {imp}, which defines some useful operations out of which you can
17- build your own \code {__import__} function.
17+ build your own \code {__import__() } function.
1818\stindex {import}
19- \stmodindex {ni}
20- \stmodindex {ihooks}
21- \stmodindex {rexec}
22- \bimodindex {imp}
19+ \refstmodindex {ni}
20+ \refstmodindex {ihooks}
21+ \refstmodindex {rexec}
22+ \refbimodindex {imp}
2323
2424For example, the statement \code {import spam} results in the following
2525call:
@@ -599,7 +599,7 @@ \section{Built-in Functions}
599599Return the type of an \var {object}. The return value is a type
600600object. The standard module \code {types} defines names for all
601601built-in types.
602- \stmodindex {types}
602+ \refstmodindex {types}
603603\obindex {type}
604604For instance:
605605
Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ \section{Standard Module \sectcode{TERMIOS}}
102102This module defines the symbolic constants required to use the
103103\code {termios} module (see the previous section). See the Posix or
104104\UNIX {} manual pages (or the source) for a list of those constants.
105+ \refbimodindex {termios}
105106
106107Note: this module resides in a system-dependent subdirectory of the
107108Python library directory. You may have to generate it for your
You can’t perform that action at this time.
0 commit comments