Commit e0e824d2 authored by Éric Araujo's avatar Éric Araujo

Fix two typos in what’s new (#11234).

parent 85dacf72
...@@ -373,7 +373,7 @@ module:: ...@@ -373,7 +373,7 @@ module::
>>> sysconfig.get_config_var('SOABI') # find the version tag >>> sysconfig.get_config_var('SOABI') # find the version tag
'cpython-32mu' 'cpython-32mu'
>>> sysconfig.get_config_var('SO') # find the full filename extension >>> sysconfig.get_config_var('SO') # find the full filename extension
'cpython-32mu.so' '.cpython-32mu.so'
.. seealso:: .. seealso::
...@@ -2199,7 +2199,7 @@ The :func:`~urllib.parse.urldefrag` function now returns a :term:`named tuple`:: ...@@ -2199,7 +2199,7 @@ The :func:`~urllib.parse.urldefrag` function now returns a :term:`named tuple`::
>>> r >>> r
DefragResult(url='http://python.org/about/', fragment='target') DefragResult(url='http://python.org/about/', fragment='target')
>>> r[0] >>> r[0]
'http://python.org/about/ 'http://python.org/about/'
>>> r.fragment >>> r.fragment
'target' 'target'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment