From: Walter Dörwald Date: Tue, 2 Dec 2008 11:55:30 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v3.0~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4438569351a595227c1dd994f3b92b2c3044475;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index 4c4ce6204318..9f31033f0104 100644 --- a/Doc/whatsnew/3.0.rst +++ b/Doc/whatsnew/3.0.rst @@ -153,7 +153,7 @@ changed: be set with the ``LANG`` environment variable (and sometimes also with some other platform-specific locale-related environment variables). In many cases, but not all, the system default is - UTF-8; you should never could on this default. Any application + UTF-8; you should never count on this default. Any application reading or writing more than pure ASCII text should probably have a way to override the encoding.