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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue