diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-02 19:01:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-02 19:01:37 (GMT) |
commit | dda199b261934b3e15a0b55995a6b58de99ecfe1 (patch) | |
tree | 7d740155131208610c7e1cdf2a647de696193f01 /Doc | |
parent | 12ba7868e4f77b38b4edf8a06573c73e2d27be17 (diff) | |
download | cpython-dda199b261934b3e15a0b55995a6b58de99ecfe1.zip cpython-dda199b261934b3e15a0b55995a6b58de99ecfe1.tar.gz cpython-dda199b261934b3e15a0b55995a6b58de99ecfe1.tar.bz2 |
Moved \versionadded to end of description sections.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libre.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index cc4c37d..7c7d177 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -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}}} |