mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
typos fixed by Rob Hooft
This commit is contained in:
parent
7c014684c2
commit
a05e293a21
32 changed files with 41 additions and 41 deletions
|
|
@ -36,7 +36,7 @@ def fnmatch(name, pat):
|
|||
return fnmatchcase(name, pat)
|
||||
|
||||
def fnmatchcase(name, pat):
|
||||
"""Test wheter FILENAME matches PATTERN, including case.
|
||||
"""Test whether FILENAME matches PATTERN, including case.
|
||||
|
||||
This is a version of fnmatch() which doesn't case-normalize
|
||||
its arguments.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue