mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
[3.10] Fix typos in the Tools directory (GH-28769) (GH-28801)
Like GH-28744 but for the Tools directory.
Automerge-Triggered-By: GH:pablogsal
(cherry picked from commit 682aecfdeb)
Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
parent
ccd82a0800
commit
03bf55d8cf
15 changed files with 24 additions and 24 deletions
|
|
@ -1029,7 +1029,7 @@ def _resolve_data(cls, data):
|
|||
|
||||
@classmethod
|
||||
def _raw_data(self, data):
|
||||
# XXX finsh!
|
||||
# XXX finish!
|
||||
return data
|
||||
|
||||
@classmethod
|
||||
|
|
@ -1255,7 +1255,7 @@ def _resolve_data(cls, data):
|
|||
|
||||
@classmethod
|
||||
def _raw_data(self, data):
|
||||
# XXX finsih!
|
||||
# XXX finish!
|
||||
return data
|
||||
|
||||
@classmethod
|
||||
|
|
@ -1296,12 +1296,12 @@ class Statement(HighlevelParsedItem):
|
|||
|
||||
@classmethod
|
||||
def _resolve_data(cls, data):
|
||||
# XXX finsih!
|
||||
# XXX finish!
|
||||
return data, None
|
||||
|
||||
@classmethod
|
||||
def _raw_data(self, data):
|
||||
# XXX finsih!
|
||||
# XXX finish!
|
||||
return data
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue