diff options
| author | Greg Ward <gward@python.net> | 2000-07-30 01:04:22 (GMT) |
|---|---|---|
| committer | Greg Ward <gward@python.net> | 2000-07-30 01:04:22 (GMT) |
| commit | d5dcc174b0b8d3bef3e51b64f6fb1383e803cdd0 (patch) | |
| tree | bb897facc22606f6124531db01cd4d933a80c26b | |
| parent | 58bff53320f41423cf3585dcf45fd24ce5eaf248 (diff) | |
| download | cpython-d5dcc174b0b8d3bef3e51b64f6fb1383e803cdd0.zip cpython-d5dcc174b0b8d3bef3e51b64f6fb1383e803cdd0.tar.gz cpython-d5dcc174b0b8d3bef3e51b64f6fb1383e803cdd0.tar.bz2 | |
Typo fix.
| -rw-r--r-- | Lib/distutils/filelist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/distutils/filelist.py b/Lib/distutils/filelist.py index 2eaff83..a804928 100644 --- a/Lib/distutils/filelist.py +++ b/Lib/distutils/filelist.py @@ -97,7 +97,7 @@ class FileList: else: raise DistutilsTemplateError, "unknown action '%s'" % action - return (action, pattern, dir, dir_pattern) + return (action, patterns, dir, dir_pattern) # _parse_template_line () |
