Use the \note and \warning macros where appropriate.

This commit is contained in:
Fred Drake 2001-10-20 04:24:09 +00:00
parent 64a5aaf05c
commit 0aa811c527
45 changed files with 156 additions and 163 deletions

View file

@ -482,8 +482,8 @@ ignored.
match the pattern; note that this is different from a zero-length
match.
\strong{Note:} If you want to locate a match anywhere in
\var{string}, use \method{search()} instead.
\note{If you want to locate a match anywhere in
\var{string}, use \method{search()} instead.}
\end{funcdesc}
\begin{funcdesc}{split}{pattern, string\optional{, maxsplit\code{ = 0}}}
@ -618,8 +618,8 @@ attributes:
match the pattern; note that this is different from a zero-length
match.
\strong{Note:} If you want to locate a match anywhere in
\var{string}, use \method{search()} instead.
\note{If you want to locate a match anywhere in
\var{string}, use \method{search()} instead.}
The optional second parameter \var{pos} gives an index in the string
where the search is to start; it defaults to \code{0}. This is not