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

Skip to content

Commit e14388c

Browse files
committed
Fixed index references to modules.
1 parent 19d5827 commit e14388c

4 files changed

Lines changed: 14 additions & 12 deletions

File tree

Doc/lib/libfuncs.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ \section{Built-in Functions}
1414
how 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

2424
For example, the statement \code{import spam} results in the following
2525
call:
@@ -599,7 +599,7 @@ \section{Built-in Functions}
599599
Return the type of an \var{object}. The return value is a type
600600
object. The standard module \code{types} defines names for all
601601
built-in types.
602-
\stmodindex{types}
602+
\refstmodindex{types}
603603
\obindex{type}
604604
For instance:
605605

Doc/lib/libtermios.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ \section{Standard Module \sectcode{TERMIOS}}
102102
This 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

106107
Note: this module resides in a system-dependent subdirectory of the
107108
Python library directory. You may have to generate it for your

Doc/libfuncs.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ \section{Built-in Functions}
1414
how 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

2424
For example, the statement \code{import spam} results in the following
2525
call:
@@ -599,7 +599,7 @@ \section{Built-in Functions}
599599
Return the type of an \var{object}. The return value is a type
600600
object. The standard module \code{types} defines names for all
601601
built-in types.
602-
\stmodindex{types}
602+
\refstmodindex{types}
603603
\obindex{type}
604604
For instance:
605605

Doc/libtermios.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ \section{Standard Module \sectcode{TERMIOS}}
102102
This 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

106107
Note: this module resides in a system-dependent subdirectory of the
107108
Python library directory. You may have to generate it for your

0 commit comments

Comments
 (0)