]> granicus.if.org Git - python/commitdiff
For sections describing the "Foo Protocol", consistently use the capitalized
authorFred Drake <fdrake@acm.org>
Thu, 12 Feb 1998 20:57:15 +0000 (20:57 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 12 Feb 1998 20:57:15 +0000 (20:57 +0000)
"Protocol" and not "protocol".

Doc/api.tex
Doc/api/api.tex

index 96d2d76791397130286c8a6adc08550bb4c3acdd..780034a7879e6e0bc5bb4e35f35cda8213b9454f 100644 (file)
@@ -1368,7 +1368,7 @@ on failure.  This is the equivalent of the Python expression:
 \end{cfuncdesc}
 
 
-\section{Sequence protocol}
+\section{Sequence Protocol}
 
 \begin{cfuncdesc}{int}{PySequence_Check}{PyObject *o}
 Return 1 if the object provides sequence protocol, and 0
@@ -1452,7 +1452,7 @@ return -1.    This is equivalent to the Python
 expression: \code{o.index(value)}.
 \end{cfuncdesc}
 
-\section{Mapping protocol}
+\section{Mapping Protocol}
 
 \begin{cfuncdesc}{int}{PyMapping_Check}{PyObject *o}
 Return 1 if the object provides mapping protocol, and 0
index 96d2d76791397130286c8a6adc08550bb4c3acdd..780034a7879e6e0bc5bb4e35f35cda8213b9454f 100644 (file)
@@ -1368,7 +1368,7 @@ on failure.  This is the equivalent of the Python expression:
 \end{cfuncdesc}
 
 
-\section{Sequence protocol}
+\section{Sequence Protocol}
 
 \begin{cfuncdesc}{int}{PySequence_Check}{PyObject *o}
 Return 1 if the object provides sequence protocol, and 0
@@ -1452,7 +1452,7 @@ return -1.    This is equivalent to the Python
 expression: \code{o.index(value)}.
 \end{cfuncdesc}
 
-\section{Mapping protocol}
+\section{Mapping Protocol}
 
 \begin{cfuncdesc}{int}{PyMapping_Check}{PyObject *o}
 Return 1 if the object provides mapping protocol, and 0