mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typos in the Tools directory (GH-28769)
Like #28744 but for the Tools directory. [skip issue] Opening a related issue is pending python/psf-infra-meta#130 Automerge-Triggered-By: GH:pablogsal
This commit is contained in:
parent
0571b934f5
commit
682aecfdeb
15 changed files with 24 additions and 24 deletions
|
@ -482,7 +482,7 @@ COMMANDS = {
|
|||
cmd_analyze,
|
||||
),
|
||||
'data': (
|
||||
'check/manage local data (e.g. knwon types, ignored vars, caches)',
|
||||
'check/manage local data (e.g. known types, ignored vars, caches)',
|
||||
[_cli_data],
|
||||
cmd_data,
|
||||
),
|
||||
|
|
|
@ -230,11 +230,11 @@ class Analyzed:
|
|||
return self
|
||||
|
||||
def as_rowdata(self, columns=None):
|
||||
# XXX finsih!
|
||||
# XXX finish!
|
||||
return self.item.as_rowdata(columns)
|
||||
|
||||
def render_rowdata(self, columns=None):
|
||||
# XXX finsih!
|
||||
# XXX finish!
|
||||
return self.item.render_rowdata(columns)
|
||||
|
||||
def render(self, fmt='line', *, itemonly=False):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue