Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cbd0b36

Browse files
committed
Fix typo (from SF bug #962602)
1 parent 874ebd5 commit cbd0b36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/distutils/filelist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def process_template_line (self, line):
166166
(dir, string.join(patterns)))
167167
for pattern in patterns:
168168
if not self.include_pattern(pattern, prefix=dir):
169-
log.warn(("warngin: no files found matching '%s' " +
169+
log.warn(("warning: no files found matching '%s' " +
170170
"under directory '%s'"),
171171
pattern, dir)
172172

0 commit comments

Comments
 (0)