Skip to content

Commit b1fa72a

Browse files
jerobadoserhiy-storchaka
authored andcommitted
Fix minor typos in What's New in Python 3.8. (GH-16770)
Added periods at the end of the sentences.
1 parent 93b81e1 commit b1fa72a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/whatsnew/3.8.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ numbers::
805805
>>> math.prod(likelihoods, start=prior)
806806
0.126
807807

808-
(Contributed by Pablo Galindo in :issue:`35606`)
808+
(Contributed by Pablo Galindo in :issue:`35606`.)
809809

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

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

921921

922922
plistlib
@@ -1276,7 +1276,7 @@ Optimizations
12761276

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

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

0 commit comments

Comments
 (0)