From 865b2925dd5bcd6847505f6ed05fb886346de136 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 11 Jun 2013 17:22:39 -0400 Subject: [PATCH] typo fix --- Lib/importlib/_bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1