diff options
| author | Walter Dörwald <walter@livinglogic.de> | 2003-10-20 14:01:56 +0000 |
|---|---|---|
| committer | Walter Dörwald <walter@livinglogic.de> | 2003-10-20 14:01:56 +0000 |
| commit | f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc (patch) | |
| tree | 9a4b5d8c9ea1dbbd4ead4b2990c77a997fb3905b /Lib/pre.py | |
| parent | 4b17e3993b7d4ada586e66ad40a73e12e086645e (diff) | |
| download | cpython-git-f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc.tar.gz | |
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)
Diffstat (limited to 'Lib/pre.py')
| -rw-r--r-- | Lib/pre.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pre.py b/Lib/pre.py index 79fb042b53..b6dd09b0e6 100644 --- a/Lib/pre.py +++ b/Lib/pre.py @@ -607,7 +607,7 @@ class MatchObject: whole match is returned). If a groupN argument is zero, the corresponding return value is the entire matching string; if it is in the inclusive range [1..99], it is the string - matching the the corresponding parenthesized group. If a group + matching the corresponding parenthesized group. If a group number is negative or larger than the number of groups defined in the pattern, an IndexError exception is raised. If a group is contained in a part of the pattern that did not match, the |
