Skip to content

Commit 2a9341d

Browse files
Apply suggestions from code review
Co-authored-by: Sergey B Kirpichev <[email protected]>
1 parent 6f5061f commit 2a9341d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Doc/library/intmath.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ computed exactly and are integers.
3838
Return factorial of the nonnegative integer *n*.
3939

4040

41-
.. function:: gcd(a, b)
41+
.. function:: gcd(*integers)
4242

4343
Return the greatest common divisor of the specified integer arguments.
4444
If any of the arguments is nonzero, then the returned value is the largest

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ New modules
314314
intmath
315315
-------
316316

317-
This module provides access to the mathematical functions for integer arguments.
317+
This module provides access to the mathematical functions for integer
318+
arguments (:pep:`791`).
318319
(Contributed by Serhiy Storchaka in :gh:`81313`.)
319320

320321

0 commit comments

Comments
 (0)