mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Use the \note and \warning macros where appropriate.
This commit is contained in:
parent
64a5aaf05c
commit
0aa811c527
45 changed files with 156 additions and 163 deletions
|
@ -298,10 +298,10 @@ represent time in the am/pm format.
|
|||
\end{datadesc}
|
||||
|
||||
\begin{datadesc}{DAY_1 ... DAY_7}
|
||||
Return name of the n-th day of the week. \strong{Warning:} this
|
||||
Return name of the n-th day of the week. \warning{This
|
||||
follows the US convention of \constant{DAY_1} being Sunday, not the
|
||||
international convention (ISO 8601) that Monday is the first day of
|
||||
the week.
|
||||
the week.}
|
||||
\end{datadesc}
|
||||
|
||||
\begin{datadesc}{ABDAY_1 ... ABDAY_7}
|
||||
|
@ -327,9 +327,9 @@ Return separator character for thousands (groups of three digits).
|
|||
\begin{datadesc}{YESEXPR}
|
||||
Return a regular expression that can be used with the regex
|
||||
function to recognize a positive response to a yes/no question.
|
||||
\strong{Warning:} the expression is in the syntax suitable for the
|
||||
\warning{The expression is in the syntax suitable for the
|
||||
\cfunction{regex()} function from the C library, which might differ
|
||||
from the syntax used in \refmodule{re}.
|
||||
from the syntax used in \refmodule{re}.}
|
||||
\end{datadesc}
|
||||
|
||||
\begin{datadesc}{NOEXPR}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue