mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
IDLE: Fix typos in docs and comments (GH-13749)
This commit is contained in:
parent
cba9f84725
commit
d9677f36fe
11 changed files with 11 additions and 11 deletions
|
@ -14,7 +14,7 @@ class Delegator:
|
|||
|
||||
def resetcache(self):
|
||||
"Removes added attributes while leaving original attributes."
|
||||
# Function is really about resetting delagator dict
|
||||
# Function is really about resetting delegator dict
|
||||
# to original state. Cache is just a means
|
||||
for key in self.__cache:
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue