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

Skip to content

Commit 8214334

Browse files
committed
Remove obsolete \setindexsubitem macro.
1 parent 858f787 commit 8214334

6 files changed

Lines changed: 0 additions & 6 deletions

File tree

Doc/lib/libre.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ \subsection{Module Contents}
268268

269269
The module defines the following functions and constants, and an exception:
270270

271-
\setindexsubitem{(in module re)}
272271

273272
\begin{funcdesc}{compile}{pattern\optional{, flags}}
274273
Compile a regular expression pattern into a regular expression

Doc/lib/libsignal.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ \section{Built-in Module \sectcode{signal}}
6262

6363
The variables defined in the \module{signal} module are:
6464

65-
\setindexsubitem{(in module signal)}
6665
\begin{datadesc}{SIG_DFL}
6766
This is one of two standard signal handling options; it will simply
6867
perform the default function for the signal. For example, on most

Doc/lib/libsys.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ \section{Built-in Module \sectcode{sys}}
66
interpreter and to functions that interact strongly with the interpreter.
77
It is always available.
88

9-
\setindexsubitem{(in module sys)}
109

1110
\begin{datadesc}{argv}
1211
The list of command line arguments passed to a Python script.

Doc/libre.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ \subsection{Module Contents}
268268

269269
The module defines the following functions and constants, and an exception:
270270

271-
\setindexsubitem{(in module re)}
272271

273272
\begin{funcdesc}{compile}{pattern\optional{, flags}}
274273
Compile a regular expression pattern into a regular expression

Doc/libsignal.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ \section{Built-in Module \sectcode{signal}}
6262

6363
The variables defined in the \module{signal} module are:
6464

65-
\setindexsubitem{(in module signal)}
6665
\begin{datadesc}{SIG_DFL}
6766
This is one of two standard signal handling options; it will simply
6867
perform the default function for the signal. For example, on most

Doc/libsys.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ \section{Built-in Module \sectcode{sys}}
66
interpreter and to functions that interact strongly with the interpreter.
77
It is always available.
88

9-
\setindexsubitem{(in module sys)}
109

1110
\begin{datadesc}{argv}
1211
The list of command line arguments passed to a Python script.

0 commit comments

Comments
 (0)