]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Moved \versionadded to end of description sections.
authorFred Drake <fdrake@acm.org>
Tue, 2 Feb 1999 19:01:37 +0000 (19:01 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 2 Feb 1999 19:01:37 +0000 (19:01 +0000)
Doc/lib/libre.tex

index cc4c37dd7ea8c45da2bcf5df2a91cae8cded9a41..7c7d177133c9487f92c132e7dabaf597d2ab07a1 100644 (file)
@@ -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}}}