mirror of
https://github.com/python/cpython.git
synced 2025-12-11 11:31:05 +00:00
Always use "section" when referring to sections of a document, not "Section".
This commit is contained in:
parent
a4a90ddeac
commit
5f342ac2a7
3 changed files with 5 additions and 5 deletions
|
|
@ -493,16 +493,16 @@ my_set_callback(dummy, arg)
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
|
||||||
This function must be registered with the interpreter using the
|
This function must be registered with the interpreter using the
|
||||||
\constant{METH_VARARGS} flag; this is described in Section
|
\constant{METH_VARARGS} flag; this is described in section
|
||||||
\ref{methodTable}, ``The Module's Method Table and Initialization
|
\ref{methodTable}, ``The Module's Method Table and Initialization
|
||||||
Function.'' The \cfunction{PyArg_ParseTuple()} function and its
|
Function.'' The \cfunction{PyArg_ParseTuple()} function and its
|
||||||
arguments are documented in Section \ref{parseTuple}, ``Format Strings
|
arguments are documented in section \ref{parseTuple}, ``Format Strings
|
||||||
for \cfunction{PyArg_ParseTuple()}.''
|
for \cfunction{PyArg_ParseTuple()}.''
|
||||||
|
|
||||||
The macros \cfunction{Py_XINCREF()} and \cfunction{Py_XDECREF()}
|
The macros \cfunction{Py_XINCREF()} and \cfunction{Py_XDECREF()}
|
||||||
increment/decrement the reference count of an object and are safe in
|
increment/decrement the reference count of an object and are safe in
|
||||||
the presence of \NULL{} pointers (but note that \var{temp} will not be
|
the presence of \NULL{} pointers (but note that \var{temp} will not be
|
||||||
\NULL{} in this context). More info on them in Section
|
\NULL{} in this context). More info on them in section
|
||||||
\ref{refcounts}, ``Reference Counts.''
|
\ref{refcounts}, ``Reference Counts.''
|
||||||
|
|
||||||
Later, when it is time to call the function, you call the C function
|
Later, when it is time to call the function, you call the C function
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ This module provides access to the IRIS \emph{Font Manager} library.
|
||||||
\index{Font Manager, IRIS}
|
\index{Font Manager, IRIS}
|
||||||
\index{IRIS Font Manager}
|
\index{IRIS Font Manager}
|
||||||
It is available only on Silicon Graphics machines.
|
It is available only on Silicon Graphics machines.
|
||||||
See also: \emph{4Sight User's Guide}, Section 1, Chapter 5: ``Using
|
See also: \emph{4Sight User's Guide}, section 1, chapter 5: ``Using
|
||||||
the IRIS Font Manager.''
|
the IRIS Font Manager.''
|
||||||
|
|
||||||
This is not yet a full interface to the IRIS Font Manager.
|
This is not yet a full interface to the IRIS Font Manager.
|
||||||
|
|
|
||||||
|
|
@ -714,7 +714,7 @@ It is written as \code{Ellipsis}.
|
||||||
|
|
||||||
File objects are implemented using \C{}'s \code{stdio}
|
File objects are implemented using \C{}'s \code{stdio}
|
||||||
package and can be created with the built-in function
|
package and can be created with the built-in function
|
||||||
\function{open()}\bifuncindex{open} described Section
|
\function{open()}\bifuncindex{open} described section
|
||||||
\ref{built-in-funcs}, ``Built-in Functions.'' They are also returned
|
\ref{built-in-funcs}, ``Built-in Functions.'' They are also returned
|
||||||
by some other built-in functions and methods, e.g.,
|
by some other built-in functions and methods, e.g.,
|
||||||
\function{posix.popen()} and \function{posix.fdopen()} and the
|
\function{posix.popen()} and \function{posix.fdopen()} and the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue