From: Eric Snow Date: Thu, 3 Oct 2013 20:37:55 +0000 (-0600) Subject: Fix typo. X-Git-Tag: v3.4.0a4~280^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48b42ecd0f95e837eabd1177e43b7abddeca825e;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Misc/NEWS b/Misc/NEWS index ed6969c2c008..896b2504ab2e 100644 --- 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().