mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Consistency: "{\bf ...}" ==> "\strong{...}"
"{\em ...}" ==> "\emph{...}" Not at all sure what to do with "{\rm ...}". Leaving it for now.
This commit is contained in:
parent
b215137224
commit
af8a015c93
34 changed files with 62 additions and 60 deletions
|
@ -355,9 +355,9 @@ Set the current process' user id.
|
|||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{stat}{path}
|
||||
Perform a {\em stat} system call on the given path. The return value
|
||||
Perform a \emph{stat} system call on the given path. The return value
|
||||
is a tuple of at least 10 integers giving the most important (and
|
||||
portable) members of the {\em stat} structure, in the order
|
||||
portable) members of the \emph{stat} structure, in the order
|
||||
\code{st_mode},
|
||||
\code{st_ino},
|
||||
\code{st_dev},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue