Skip to content

Commit 992f613

Browse files
paulromanoserhiy-storchaka
authored andcommitted
Fix description in Python 3.7 What's New (#3603)
1 parent da67e0d commit 992f613

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/whatsnew/3.7.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,8 @@ Optimizations
296296
(Contributed by Serhiy Storchaka in :issue:`24821`.)
297297

298298
* Fast implementation from standard C library is now used for functions
299-
:func:`~math.tgamma`, :func:`~math.lgamma`, :func:`~math.erf` and
300-
:func:`~math.erfc` in the :mod:`math` module. (Contributed by Serhiy
301-
Storchaka in :issue:`26121`.)
299+
:func:`~math.erf` and :func:`~math.erfc` in the :mod:`math` module.
300+
(Contributed by Serhiy Storchaka in :issue:`26121`.)
302301

303302
* The :func:`os.fwalk` function has been sped up by 2 times. This was done
304303
using the :func:`os.scandir` function.

0 commit comments

Comments
 (0)