Skip to content

Commit ab71c3f

Browse files
committed
Fixed typo.
1 parent a8a277c commit ab71c3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doc/lib/libtemplate.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
% \bimodindex{} or \stmodundex{} generates an index entry for this module
99

1010
\section{Built-in Module \sectcode{spam}} % If implemented in C
11-
\bimodindex[spam}
11+
\bimodindex{spam}
1212

1313
\section{Standard module \sectcode{spam}} % If implemented in Python
1414
\stmodindex{spam}

Doc/libtemplate.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
% \bimodindex{} or \stmodundex{} generates an index entry for this module
99

1010
\section{Built-in Module \sectcode{spam}} % If implemented in C
11-
\bimodindex[spam}
11+
\bimodindex{spam}
1212

1313
\section{Standard module \sectcode{spam}} % If implemented in Python
1414
\stmodindex{spam}

Doc/templates/module.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
% \bimodindex{} or \stmodundex{} generates an index entry for this module
99

1010
\section{Built-in Module \sectcode{spam}} % If implemented in C
11-
\bimodindex[spam}
11+
\bimodindex{spam}
1212

1313
\section{Standard module \sectcode{spam}} % If implemented in Python
1414
\stmodindex{spam}

0 commit comments

Comments
 (0)