From e0e824d2ed10fc99b7ed7a2eb19fe95bedcdbc8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Sat, 19 Feb 2011 18:46:02 +0000 Subject: =?UTF-8?q?Fix=20two=20typos=20in=20what=E2=80=99s=20new=20(#11234?= =?UTF-8?q?).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Doc/whatsnew/3.2.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 6d0a7d4..ac5d556 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -373,7 +373,7 @@ module:: >>> sysconfig.get_config_var('SOABI') # find the version tag 'cpython-32mu' >>> sysconfig.get_config_var('SO') # find the full filename extension - 'cpython-32mu.so' + '.cpython-32mu.so' .. seealso:: @@ -2199,7 +2199,7 @@ The :func:`~urllib.parse.urldefrag` function now returns a :term:`named tuple`:: >>> r DefragResult(url='http://python.org/about/', fragment='target') >>> r[0] - 'http://python.org/about/ + 'http://python.org/about/' >>> r.fragment 'target' -- cgit v0.12