mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
#11515: fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
f6db0bbbee
commit
42da663e6f
41 changed files with 1609 additions and 1608 deletions
|
@ -162,7 +162,7 @@ def _check_name(method):
|
|||
loader can handle.
|
||||
|
||||
The first argument (self) must define _name which the second argument is
|
||||
comapred against. If the comparison fails then ImportError is raised.
|
||||
compared against. If the comparison fails then ImportError is raised.
|
||||
|
||||
"""
|
||||
def inner(self, name, *args, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue