]> granicus.if.org Git - python/commitdiff
Fix typo.
authorEric Snow <ericsnowcurrently@gmail.com>
Thu, 3 Oct 2013 20:37:55 +0000 (14:37 -0600)
committerEric Snow <ericsnowcurrently@gmail.com>
Thu, 3 Oct 2013 20:37:55 +0000 (14:37 -0600)
Misc/NEWS

index ed6969c2c0084e0e30e6a9875fdeae70e0202c65..896b2504ab2ea0d0ab79b4f6a9a5b08308e07a04 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -203,7 +203,7 @@ Library
 
 - 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().