]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Change one line I missed in 7527f3f9829
authorÉric Araujo <merwok@netwok.org>
Fri, 29 Jul 2011 01:28:40 +0000 (03:28 +0200)
committerÉric Araujo <merwok@netwok.org>
Fri, 29 Jul 2011 01:28:40 +0000 (03:28 +0200)
Misc/NEWS

index fa91d17d1db3fe15d70a3b773ce907dac7e9d4b0..b9c9e501189ba0c3f9e4311d929c934b68df36f1 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -226,7 +226,7 @@ Library
   to avoid encoding issues.
 
 - Issue #12451: pydoc.synopsis() now reads the encoding cookie if available, to
-  read the Python script from the right encoding.
+  read the Python module from the right encoding.
 
 - Issue #12451: distutils now opens the setup script in binary mode to read the
   encoding cookie, instead of opening it in UTF-8.