From f44617d2986ef4f423b9c0cb24c87b1760389766 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 12 Feb 1998 20:57:15 +0000 Subject: For sections describing the "Foo Protocol", consistently use the capitalized "Protocol" and not "protocol". --- Doc/api.tex | 4 ++-- Doc/api/api.tex | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/api.tex b/Doc/api.tex index 96d2d76..780034a 100644 --- a/Doc/api.tex +++ b/Doc/api.tex @@ -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 diff --git a/Doc/api/api.tex b/Doc/api/api.tex index 96d2d76..780034a 100644 --- a/Doc/api/api.tex +++ b/Doc/api/api.tex @@ -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 -- cgit v0.12