Kaydet (Commit) a47bce54 authored tarafından Fred Drake's avatar Fred Drake

Make the word "Module" in the section header start with an upper-case "M".

Added a \label{} for the module.

Fixed one minor grammatical nit:  use plural pronoun to refer to a pair of
referents.

Include "()" when naming functions in the text.
üst 9c483191
% By Skip Montanaro % By Skip Montanaro
\section{Standard module \sectcode{stat}} \section{Standard Module \sectcode{stat}}
\stmodindex{stat} \stmodindex{stat}
\label{module-stat}
The \code{stat} module defines constants and functions for interpreting the The \code{stat} module defines constants and functions for interpreting the
results of \code{os.stat} and \code{os.lstat} (if it exists). For complete results of \code{os.stat()} and \code{os.lstat()} (if they exist).
details about the \code{stat} and \code{lstat} system calls, consult your For complete details about the \code{stat()} and \code{lstat()} system
local man pages. calls, consult your local man pages.
The \code{stat} module defines the following functions: The \code{stat} module defines the following functions:
...@@ -37,7 +38,7 @@ Return non-zero if the mode was gotten from a socket. ...@@ -37,7 +38,7 @@ Return non-zero if the mode was gotten from a socket.
\end{funcdesc} \end{funcdesc}
All the data items below are simply symbolic indexes into the 10-tuple All the data items below are simply symbolic indexes into the 10-tuple
returned by \code{os.stat} or \code{os.lstat}. returned by \code{os.stat()} or \code{os.lstat()}.
\begin{datadesc}{ST_MODE} \begin{datadesc}{ST_MODE}
Inode protection mode. Inode protection mode.
......
% By Skip Montanaro % By Skip Montanaro
\section{Standard module \sectcode{stat}} \section{Standard Module \sectcode{stat}}
\stmodindex{stat} \stmodindex{stat}
\label{module-stat}
The \code{stat} module defines constants and functions for interpreting the The \code{stat} module defines constants and functions for interpreting the
results of \code{os.stat} and \code{os.lstat} (if it exists). For complete results of \code{os.stat()} and \code{os.lstat()} (if they exist).
details about the \code{stat} and \code{lstat} system calls, consult your For complete details about the \code{stat()} and \code{lstat()} system
local man pages. calls, consult your local man pages.
The \code{stat} module defines the following functions: The \code{stat} module defines the following functions:
...@@ -37,7 +38,7 @@ Return non-zero if the mode was gotten from a socket. ...@@ -37,7 +38,7 @@ Return non-zero if the mode was gotten from a socket.
\end{funcdesc} \end{funcdesc}
All the data items below are simply symbolic indexes into the 10-tuple All the data items below are simply symbolic indexes into the 10-tuple
returned by \code{os.stat} or \code{os.lstat}. returned by \code{os.stat()} or \code{os.lstat()}.
\begin{datadesc}{ST_MODE} \begin{datadesc}{ST_MODE}
Inode protection mode. Inode protection mode.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment