[Python-checkins] cpython: Typos. (original) (raw)

eric.smith python-checkins at python.org
Mon Mar 14 15:57:00 CET 2011


http://hg.python.org/cpython/rev/c919a82b5a40 changeset: 68447:c919a82b5a40 parent: 68445:7942f613ea5c user: Eric V. Smith <eric at trueblade.com> date: Mon Mar 14 10:56:33 2011 -0400 summary: Typos.

files: Lib/importlib/_bootstrap.py

diff --git a/Lib/importlib/_bootstrap.py b/Lib/importlib/_bootstrap.py --- a/Lib/importlib/_bootstrap.py +++ b/Lib/importlib/_bootstrap.py @@ -765,7 +765,7 @@ being made from, and the level adjustment.

 This function represents the greatest common denominator of functionality

@@ -855,7 +855,7 @@ module = _gcd_import(name) else: # package is not guaranteed to be defined or could be set to None

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



More information about the Python-checkins mailing list