[Python-checkins] cpython (3.4): Issue #23956: Fix typo in imp.py docstring.

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


https://hg.python.org/cpython/rev/08400c64af93
changeset:   95660:08400c64af93
branch:      3.4
parent:      95658:ef58fc2e7b06
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Tue Apr 14 15:43:00 2015 -0500
summary:
  Issue #23956: Fix typo in imp.py docstring.

Patch by Jacinda Shelly.

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
@@ -130,7 +130,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