mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +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 @@ def _parse_template_line (self, line):
|
|||
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