diff options
author | Fred Drake <fdrake@acm.org> | 2001-09-27 04:16:27 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-09-27 04:16:27 (GMT) |
commit | b802a1e7fa5f5833c820a74fdc2378ef75e30021 (patch) | |
tree | 7028345dc79b75f4f072a021b059fd7da27a7247 /Doc | |
parent | 8ac8be59885f27a1afbcc978be0dc0ceea554aa4 (diff) | |
download | cpython-b802a1e7fa5f5833c820a74fdc2378ef75e30021.zip cpython-b802a1e7fa5f5833c820a74fdc2378ef75e30021.tar.gz cpython-b802a1e7fa5f5833c820a74fdc2378ef75e30021.tar.bz2 |
Markup adjustment: \[...\] is math markup and does not translate well when
used with text as was done here. Fixed so that the typeset version wraps
the warning text and the HTML version does not create images of the warning
text.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/liblocale.tex | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Doc/lib/liblocale.tex b/Doc/lib/liblocale.tex index cf3996c..28e9e3f 100644 --- a/Doc/lib/liblocale.tex +++ b/Doc/lib/liblocale.tex @@ -298,9 +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. \[Warning: this follows the US -convention DAY_1 = Sunday, not the international convention (ISO 8601) -that Monday is the first day of the week.\] +Return name of the n-th day of the week. \strong{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. \end{datadesc} \begin{datadesc}{ABDAY_1 ... ABDAY_7} @@ -326,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. -\[Warning: the expression is in the syntax suitable for the - regex C library function, which might differ from the syntax - used in \module{re}\] +\strong{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}. \end{datadesc} \begin{datadesc}{NOEXPR} |