]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update outdated statement from `math` about C standard (#134621)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Wed, 28 May 2025 07:30:04 +0000 (10:30 +0300)
committerGitHub <noreply@github.com>
Wed, 28 May 2025 07:30:04 +0000 (08:30 +0100)
Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
Doc/library/math.rst

index 394a462b9468e5e628d2715aeaf049da0475589e..11d3b756e213229f58623a944a94bdc498db7a64 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