mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Fix typo (from SF bug #962602)
This commit is contained in:
parent
874ebd5c3d
commit
cbd0b365c1
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class FileList:
|
|||
(dir, string.join(patterns)))
|
||||
for pattern in patterns:
|
||||
if not self.include_pattern(pattern, prefix=dir):
|
||||
log.warn(("warngin: no files found matching '%s' " +
|
||||
log.warn(("warning: no files found matching '%s' " +
|
||||
"under directory '%s'"),
|
||||
pattern, dir)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue