mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Typo fix.
This commit is contained in:
parent
58bff53320
commit
d5dcc174b0
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue