mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix a typo in c-analyzer (#109213)
Co-authored-by: sunmy2019 <59365878+sunmy2019@users.noreply.github.com> Co-authored-by: Dale Collison <92315623+dcollison@users.noreply.github.com>
This commit is contained in:
parent
ce5b3e19e6
commit
df8b3a46a7
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ class DeclID(namedtuple('DeclID', 'filename funcname name')):
|
|||
row = _tables.fix_row(row, **markers)
|
||||
return cls(*row)
|
||||
|
||||
# We have to provde _make() becaose we implemented __new__().
|
||||
# We have to provide _make() because we implemented __new__().
|
||||
|
||||
@classmethod
|
||||
def _make(cls, iterable):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue