Skip to content

Commit 956490b

Browse files
miss-islingtonhugovkAA-Turner
authored
[3.13] Update outdated statement from math about C standard (GH-134621) (#134826)
Update outdated statement from `math` about C standard (GH-134621) (cherry picked from commit 21672b6) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
1 parent 73e4328 commit 956490b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/math.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
--------------
1212

13-
This module provides access to the mathematical functions defined by the C
14-
standard.
13+
This module provides access to common mathematical functions and constants,
14+
including those defined by the C standard.
1515

1616
These functions cannot be used with complex numbers; use the functions of the
1717
same name from the :mod:`cmath` module if you require support for complex

0 commit comments

Comments
 (0)