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

Skip to content

Commit 9f6aec8

Browse files
committed
"alternative" is a noun, use "alternate" for the adjective.
Minor nits.
1 parent 14c198b commit 9f6aec8

2 files changed

Lines changed: 10 additions & 12 deletions

File tree

Doc/lib/libtypes2.tex

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
\section{Standard Module \sectcode{types}}
1+
\section{Standard Module \module{types}}
22
\label{module-types}
33
\stmodindex{types}
44

5-
\setindexsubitem{(in module types)}
65

76
This module defines names for all object types that are used by the
87
standard Python interpreter, but not for the types defined by various
@@ -63,15 +62,15 @@ \section{Standard Module \sectcode{types}}
6362
\end{datadesc}
6463

6564
\begin{datadesc}{DictionaryType}
66-
An alternative name for \code{DictType}.
65+
An alternate name for \code{DictType}.
6766
\end{datadesc}
6867

6968
\begin{datadesc}{FunctionType}
7069
The type of user-defined functions and lambdas.
7170
\end{datadesc}
7271

7372
\begin{datadesc}{LambdaType}
74-
An alternative name for \code{FunctionType}.
73+
An alternate name for \code{FunctionType}.
7574
\end{datadesc}
7675

7776
\begin{datadesc}{CodeType}
@@ -92,7 +91,7 @@ \section{Standard Module \sectcode{types}}
9291
\end{datadesc}
9392

9493
\begin{datadesc}{UnboundMethodType}
95-
An alternative name for \code{MethodType}.
94+
An alternate name for \code{MethodType}.
9695
\end{datadesc}
9796

9897
\begin{datadesc}{BuiltinFunctionType}
@@ -101,7 +100,7 @@ \section{Standard Module \sectcode{types}}
101100
\end{datadesc}
102101

103102
\begin{datadesc}{BuiltinMethodType}
104-
An alternative name for \code{BuiltinFunction}.
103+
An alternate name for \code{BuiltinFunction}.
105104
\end{datadesc}
106105

107106
\begin{datadesc}{ModuleType}

Doc/libtypes2.tex

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
\section{Standard Module \sectcode{types}}
1+
\section{Standard Module \module{types}}
22
\label{module-types}
33
\stmodindex{types}
44

5-
\setindexsubitem{(in module types)}
65

76
This module defines names for all object types that are used by the
87
standard Python interpreter, but not for the types defined by various
@@ -63,15 +62,15 @@ \section{Standard Module \sectcode{types}}
6362
\end{datadesc}
6463

6564
\begin{datadesc}{DictionaryType}
66-
An alternative name for \code{DictType}.
65+
An alternate name for \code{DictType}.
6766
\end{datadesc}
6867

6968
\begin{datadesc}{FunctionType}
7069
The type of user-defined functions and lambdas.
7170
\end{datadesc}
7271

7372
\begin{datadesc}{LambdaType}
74-
An alternative name for \code{FunctionType}.
73+
An alternate name for \code{FunctionType}.
7574
\end{datadesc}
7675

7776
\begin{datadesc}{CodeType}
@@ -92,7 +91,7 @@ \section{Standard Module \sectcode{types}}
9291
\end{datadesc}
9392

9493
\begin{datadesc}{UnboundMethodType}
95-
An alternative name for \code{MethodType}.
94+
An alternate name for \code{MethodType}.
9695
\end{datadesc}
9796

9897
\begin{datadesc}{BuiltinFunctionType}
@@ -101,7 +100,7 @@ \section{Standard Module \sectcode{types}}
101100
\end{datadesc}
102101

103102
\begin{datadesc}{BuiltinMethodType}
104-
An alternative name for \code{BuiltinFunction}.
103+
An alternate name for \code{BuiltinFunction}.
105104
\end{datadesc}
106105

107106
\begin{datadesc}{ModuleType}

0 commit comments

Comments
 (0)