Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0e824d

Browse files
committed
Fix two typos in what’s new (#11234).
1 parent 85dacf7 commit e0e824d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ module::
373373
>>> sysconfig.get_config_var('SOABI') # find the version tag
374374
'cpython-32mu'
375375
>>> sysconfig.get_config_var('SO') # find the full filename extension
376-
'cpython-32mu.so'
376+
'.cpython-32mu.so'
377377

378378
.. seealso::
379379

@@ -2199,7 +2199,7 @@ The :func:`~urllib.parse.urldefrag` function now returns a :term:`named tuple`::
21992199
>>> r
22002200
DefragResult(url='http://python.org/about/', fragment='target')
22012201
>>> r[0]
2202-
'http://python.org/about/
2202+
'http://python.org/about/'
22032203
>>> r.fragment
22042204
'target'
22052205

0 commit comments

Comments
 (0)