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:
Christian Clauss 2021-10-06 19:55:16 +02:00 committed by GitHub
parent 0571b934f5
commit 682aecfdeb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 24 additions and 24 deletions

View file

@ -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):