diff options
author | Raymond Hettinger <python@rcn.com> | 2005-01-01 00:28:46 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-01-01 00:28:46 (GMT) |
commit | 68804315e0f2fe567e62c7023bc87ee358a480e7 (patch) | |
tree | b3bd8d536221d63b6a7033fa0fcb10071f564001 /Doc/lib/libre.tex | |
parent | f871d833dd2a99d93ebdc4aa4cc07bd4afe9be61 (diff) | |
download | cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.zip cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.gz cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.bz2 |
SF Patch #1093896: miscellaneous doc typos
Diffstat (limited to 'Doc/lib/libre.tex')
-rw-r--r-- | Doc/lib/libre.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libre.tex b/Doc/lib/libre.tex index 3940dd1..c470ec9 100644 --- a/Doc/lib/libre.tex +++ b/Doc/lib/libre.tex @@ -845,9 +845,9 @@ index into the string beyond which the RE engine will not go. The integer index of the last matched capturing group, or \code{None} if no group was matched at all. For example, the expressions \regexp{(a)b}, \regexp{((a)(b))}, and \regexp{((ab))} will have -\code{lastindex == 1} if applyied to the string \code{'ab'}, +\code{lastindex == 1} if applied to the string \code{'ab'}, while the expression \regexp{(a)(b)} will have \code{lastindex == 2}, -if applyied to the same string. +if applied to the same string. \end{memberdesc} \begin{memberdesc}[MatchObject]{lastgroup} |