[Python-checkins] cpython (merge 3.4 -> default): Closes #23956: Merge with 3.4

zach.ware python-checkins at python.org
Tue Apr 14 22:46:32 CEST 2015


https://hg.python.org/cpython/rev/5586d4a4402e
changeset:   95661:5586d4a4402e
parent:      95659:4286afa7b63e
parent:      95660:08400c64af93
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Apr 14 15:46:22 2015 -0500
summary:
  Closes #23956: Merge with 3.4

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


diff --git a/Lib/imp.py b/Lib/imp.py
--- a/Lib/imp.py
+++ b/Lib/imp.py
@@ -131,7 +131,7 @@
 
 class _HackedGetData:
 
-    """Compatibiilty support for 'file' arguments of various load_*()
+    """Compatibility support for 'file' arguments of various load_*()
     functions."""
 
     def __init__(self, fullname, path, file=None):

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


More information about the Python-checkins mailing list