Commit dda199b2 authored by Fred Drake's avatar Fred Drake

Moved \versionadded to end of description sections.

parent 12ba7868
......@@ -435,11 +435,11 @@ leftmost such \character{\#} through the end of the line are ignored.
\end{funcdesc}
\begin{funcdesc}{findall}{pattern, string}
\versionadded{1.5.2}
Return a list of all non-overlapping matches of \var{pattern} in
\var{string}. If one or more groups are present in the pattern,
return a list of groups; this will be a list of tuples if the pattern
has more than one group. Empty matches are included in the result.
\versionadded{1.5.2}
\end{funcdesc}
\begin{funcdesc}{sub}{pattern, repl, string\optional{, count\code{ = 0}}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment