summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/delegator.py
diff options
context:
space:
mode:
authorXtreak <tir.karthi@gmail.com>2019-06-03 04:21:15 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2019-06-03 04:21:15 (GMT)
commitd9677f36fe486e86bb86f2cd59cb7fc3804bdac1 (patch)
tree587a07399b08b0c9cb380644d3e85f50442598ce /Lib/idlelib/delegator.py
parentcba9f84725353455b0995bd47d0fa8cb1724464b (diff)
downloadcpython-d9677f36fe486e86bb86f2cd59cb7fc3804bdac1.zip
cpython-d9677f36fe486e86bb86f2cd59cb7fc3804bdac1.tar.gz
cpython-d9677f36fe486e86bb86f2cd59cb7fc3804bdac1.tar.bz2
IDLE: Fix typos in docs and comments (GH-13749)
Diffstat (limited to 'Lib/idlelib/delegator.py')
-rw-r--r--Lib/idlelib/delegator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/idlelib/delegator.py b/Lib/idlelib/delegator.py
index dc2a1aa..55c95da 100644
--- a/Lib/idlelib/delegator.py
+++ b/Lib/idlelib/delegator.py
@@ -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: