Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874ebd5 commit cbd0b36Copy full SHA for cbd0b36
1 file changed
Lib/distutils/filelist.py
@@ -166,7 +166,7 @@ def process_template_line (self, line):
166
(dir, string.join(patterns)))
167
for pattern in patterns:
168
if not self.include_pattern(pattern, prefix=dir):
169
- log.warn(("warngin: no files found matching '%s' " +
+ log.warn(("warning: no files found matching '%s' " +
170
"under directory '%s'"),
171
pattern, dir)
172
0 commit comments