[Python-checkins] cpython: typo fix

brett.cannon python-checkins at python.org
Tue Jun 11 23:22:46 CEST 2013


http://hg.python.org/cpython/rev/32527aa9ad16
changeset:   84090:32527aa9ad16
user:        Brett Cannon <brett at python.org>
date:        Tue Jun 11 17:22:39 2013 -0400
summary:
  typo fix

files:
  Lib/importlib/_bootstrap.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py
--- a/Lib/importlib/_bootstrap.py
+++ b/Lib/importlib/_bootstrap.py
@@ -376,7 +376,7 @@
 #                        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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list