https://github.com/python/cpython/commit/21672b694bd1786bad6eb71a9eff89291a91554b
commit: 21672b694bd1786bad6eb71a9eff89291a91554b
branch: main
author: Hugo van Kemenade <[email protected]>
committer: AA-Turner <[email protected]>
date: 2025-05-28T08:30:04+01:00
summary:

Update outdated statement from `math` about C standard (#134621)

Co-authored-by: Adam Turner <[email protected]>

files:
M Doc/library/math.rst

diff --git a/Doc/library/math.rst b/Doc/library/math.rst
index 394a462b9468e5..11d3b756e21322 100644
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -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

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to