Skip to content

Commit de81268

Browse files
Fix minor typos in What's New in Python 3.8. (GH-16770)
Added periods at the end of the sentences. (cherry picked from commit b1fa72a) Co-authored-by: Jero Bado <[email protected]>
1 parent 380d443 commit de81268

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/whatsnew/3.8.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ numbers::
807807
>>> math.prod(likelihoods, start=prior)
808808
0.126
809809

810-
(Contributed by Pablo Galindo in :issue:`35606`)
810+
(Contributed by Pablo Galindo in :issue:`35606`.)
811811

812812
Added new function :func:`math.isqrt` for computing integer square roots.
813813
(Contributed by Mark Dickinson in :issue:`36887`.)
@@ -913,12 +913,12 @@ pickle
913913
Reduction methods can now include a 6th item in the tuple they return. This
914914
item should specify a custom state-setting method that's called instead of the
915915
regular ``__setstate__`` method.
916-
(Contributed by Pierre Glaser and Olivier Grisel in :issue:`35900`)
916+
(Contributed by Pierre Glaser and Olivier Grisel in :issue:`35900`.)
917917

918918
:mod:`pickle` extensions subclassing the C-optimized :class:`~pickle.Pickler`
919919
can now override the pickling logic of functions and classes by defining the
920920
special :meth:`~pickle.Pickler.reducer_override` method.
921-
(Contributed by Pierre Glaser and Olivier Grisel in :issue:`35900`)
921+
(Contributed by Pierre Glaser and Olivier Grisel in :issue:`35900`.)
922922

923923

924924
plistlib
@@ -1278,7 +1278,7 @@ Optimizations
12781278

12791279
* Removed one ``Py_ssize_t`` member from ``PyGC_Head``. All GC tracked
12801280
objects (e.g. tuple, list, dict) size is reduced 4 or 8 bytes.
1281-
(Contributed by Inada Naoki in :issue:`33597`)
1281+
(Contributed by Inada Naoki in :issue:`33597`.)
12821282

12831283
* :class:`uuid.UUID` now uses ``__slots__`` to reduce its memory footprint.
12841284
(Contributed by Wouter Bolsterlee and Tal Einat in :issue:`30977`)

0 commit comments

Comments
 (0)