diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-20 04:24:09 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-20 04:24:09 (GMT) |
commit | 0aa811c527372fbee0e20192bba3cf343a744e08 (patch) | |
tree | ab0d86073c96b664d6b9d87ea84cdb8cdb263755 /Doc/lib/liblocale.tex | |
parent | 64a5aaf05ca20bdbd72c30fa0cfdda2ae9a347d9 (diff) | |
download | cpython-0aa811c527372fbee0e20192bba3cf343a744e08.zip cpython-0aa811c527372fbee0e20192bba3cf343a744e08.tar.gz cpython-0aa811c527372fbee0e20192bba3cf343a744e08.tar.bz2 |
Use the \note and \warning macros where appropriate.
Diffstat (limited to 'Doc/lib/liblocale.tex')
-rw-r--r-- | Doc/lib/liblocale.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/liblocale.tex b/Doc/lib/liblocale.tex index 28e9e3f..72dc69c 100644 --- a/Doc/lib/liblocale.tex +++ b/Doc/lib/liblocale.tex @@ -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} |