[Python-checkins] cpython (3.3): Fix typo.

eric.snow python-checkins at python.org
Thu Oct 3 22:46:03 CEST 2013


http://hg.python.org/cpython/rev/f027b55c81bb
changeset:   85949:f027b55c81bb
branch:      3.3
parent:      85946:832579dbafd6
user:        Eric Snow <ericsnowcurrently at gmail.com>
date:        Thu Oct 03 14:37:55 2013 -0600
summary:
  Fix typo.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -203,7 +203,7 @@
 
 - Issue #18405: Improve the entropy of crypt.mksalt().
 
-- Issue #19151: Fix docstring and use of _get_suppported_file_loaders() to
+- Issue #19151: Fix docstring and use of _get_supported_file_loaders() to
   reflect 2-tuples.
 
 - Issue #19152: Add ExtensionFileLoader.get_filename().

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


More information about the Python-checkins mailing list