summaryrefslogtreecommitdiff
path: root/Lib/importlib
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2013-06-11 17:22:39 -0400
committerBrett Cannon <brett@python.org>2013-06-11 17:22:39 -0400
commite369bad4526ccf90f0bcb30a6e74def599e8bf13 (patch)
tree0c97238637aaf9b67bc398c00bda9b2e4f3457ab /Lib/importlib
parent9ba33d44a82dd8b613e906bec6ec846aba78d49b (diff)
downloadcpython-e369bad4526ccf90f0bcb30a6e74def599e8bf13.tar.gz
typo fix
Diffstat (limited to 'Lib/importlib')
-rw-r--r--Lib/importlib/_bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py
index 679b347b73..fc1ce7ff2e 100644
--- a/Lib/importlib/_bootstrap.py
+++ b/Lib/importlib/_bootstrap.py
@@ -376,7 +376,7 @@ def _call_with_frames_removed(f, *args, **kwds):
# keyword-only defaults)
# Python 3.4a1 3260 (add LOAD_CLASSDEREF; allow locals of class to override
# free vars)
-# Python 3.4a1 3270 (various tweaks to the __class_ closure)
+# Python 3.4a1 3270 (various tweaks to the __class__ closure)
# Python 3.4a1 3280 (remove implicit class argument)
#
# MAGIC must change whenever the bytecode emitted by the compiler may no