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/libre.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/libre.tex')
-rw-r--r-- | Doc/lib/libre.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 7ee1efd..1fba741 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -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 |