]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Update outdated statement from `math` about C standard (GH-134621) (#134826)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 May 2025 07:36:24 +0000 (09:36 +0200)
committerGitHub <noreply@github.com>
Wed, 28 May 2025 07:36:24 +0000 (07:36 +0000)
Update outdated statement from `math` about C standard (GH-134621)
(cherry picked from commit 21672b694bd1786bad6eb71a9eff89291a91554b)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
Doc/library/math.rst

index 9f8c17bff6b9e6f0417d070240dfafe810cc32d0..230e34768bfc056aa393332d944ad2dc670f02d9 100644 (file)
@@ -10,8 +10,8 @@
 
 --------------
 
-This module provides access to the mathematical functions defined by the C
-standard.
+This module provides access to common mathematical functions and constants,
+including those defined by the C standard.
 
 These functions cannot be used with complex numbers; use the functions of the
 same name from the :mod:`cmath` module if you require support for complex