diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-03 07:12:52 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-03 07:12:52 (GMT) |
commit | 9f6aec870e320123fd8376cb7ff95a090027f9d0 (patch) | |
tree | a55ceb4937764d62b75cad919233991a33764a8c | |
parent | 14c198b14647a20b1f0a2c9c626ade01e5680e47 (diff) | |
download | cpython-9f6aec870e320123fd8376cb7ff95a090027f9d0.zip cpython-9f6aec870e320123fd8376cb7ff95a090027f9d0.tar.gz cpython-9f6aec870e320123fd8376cb7ff95a090027f9d0.tar.bz2 |
"alternative" is a noun, use "alternate" for the adjective.
Minor nits.
-rw-r--r-- | Doc/lib/libtypes2.tex | 11 | ||||
-rw-r--r-- | Doc/libtypes2.tex | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/Doc/lib/libtypes2.tex b/Doc/lib/libtypes2.tex index b521253..a9bba64 100644 --- a/Doc/lib/libtypes2.tex +++ b/Doc/lib/libtypes2.tex @@ -1,8 +1,7 @@ -\section{Standard Module \sectcode{types}} +\section{Standard Module \module{types}} \label{module-types} \stmodindex{types} -\setindexsubitem{(in module types)} This module defines names for all object types that are used by the standard Python interpreter, but not for the types defined by various @@ -63,7 +62,7 @@ The type of dictionaries (e.g. \code{\{'Bacon': 1, 'Ham': 0\}}). \end{datadesc} \begin{datadesc}{DictionaryType} -An alternative name for \code{DictType}. +An alternate name for \code{DictType}. \end{datadesc} \begin{datadesc}{FunctionType} @@ -71,7 +70,7 @@ The type of user-defined functions and lambdas. \end{datadesc} \begin{datadesc}{LambdaType} -An alternative name for \code{FunctionType}. +An alternate name for \code{FunctionType}. \end{datadesc} \begin{datadesc}{CodeType} @@ -92,7 +91,7 @@ The type of methods of user-defined class instances. \end{datadesc} \begin{datadesc}{UnboundMethodType} -An alternative name for \code{MethodType}. +An alternate name for \code{MethodType}. \end{datadesc} \begin{datadesc}{BuiltinFunctionType} @@ -101,7 +100,7 @@ The type of built-in functions like \function{len()} or \end{datadesc} \begin{datadesc}{BuiltinMethodType} -An alternative name for \code{BuiltinFunction}. +An alternate name for \code{BuiltinFunction}. \end{datadesc} \begin{datadesc}{ModuleType} diff --git a/Doc/libtypes2.tex b/Doc/libtypes2.tex index b521253..a9bba64 100644 --- a/Doc/libtypes2.tex +++ b/Doc/libtypes2.tex @@ -1,8 +1,7 @@ -\section{Standard Module \sectcode{types}} +\section{Standard Module \module{types}} \label{module-types} \stmodindex{types} -\setindexsubitem{(in module types)} This module defines names for all object types that are used by the standard Python interpreter, but not for the types defined by various @@ -63,7 +62,7 @@ The type of dictionaries (e.g. \code{\{'Bacon': 1, 'Ham': 0\}}). \end{datadesc} \begin{datadesc}{DictionaryType} -An alternative name for \code{DictType}. +An alternate name for \code{DictType}. \end{datadesc} \begin{datadesc}{FunctionType} @@ -71,7 +70,7 @@ The type of user-defined functions and lambdas. \end{datadesc} \begin{datadesc}{LambdaType} -An alternative name for \code{FunctionType}. +An alternate name for \code{FunctionType}. \end{datadesc} \begin{datadesc}{CodeType} @@ -92,7 +91,7 @@ The type of methods of user-defined class instances. \end{datadesc} \begin{datadesc}{UnboundMethodType} -An alternative name for \code{MethodType}. +An alternate name for \code{MethodType}. \end{datadesc} \begin{datadesc}{BuiltinFunctionType} @@ -101,7 +100,7 @@ The type of built-in functions like \function{len()} or \end{datadesc} \begin{datadesc}{BuiltinMethodType} -An alternative name for \code{BuiltinFunction}. +An alternate name for \code{BuiltinFunction}. \end{datadesc} \begin{datadesc}{ModuleType} |