diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-12 20:57:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-12 20:57:15 (GMT) |
commit | f44617d2986ef4f423b9c0cb24c87b1760389766 (patch) | |
tree | 6b80e1ca7cbebed5bd70b792a69d8fca22f80910 /Doc/api.tex | |
parent | faa1afe2d79f9238ac78169cb1042a52fcd43eef (diff) | |
download | cpython-f44617d2986ef4f423b9c0cb24c87b1760389766.zip cpython-f44617d2986ef4f423b9c0cb24c87b1760389766.tar.gz cpython-f44617d2986ef4f423b9c0cb24c87b1760389766.tar.bz2 |
For sections describing the "Foo Protocol", consistently use the capitalized
"Protocol" and not "protocol".
Diffstat (limited to 'Doc/api.tex')
-rw-r--r-- | Doc/api.tex | 4 |
1 files changed, 2 insertions, 2 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 |