Skip to content

Commit 372a9e2

Browse files
Fix typo (GH-22582)
/af/of/s Automerge-Triggered-By: @Mariatta (cherry picked from commit 8197a93) Co-authored-by: Gaurav Kamath <[email protected]>
1 parent f5393dc commit 372a9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/math.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Number-theoretic and representation functions
130130

131131
Return the greatest common divisor of the specified integer arguments.
132132
If any of the arguments is nonzero, then the returned value is the largest
133-
positive integer that is a divisor af all arguments. If all arguments
133+
positive integer that is a divisor of all arguments. If all arguments
134134
are zero, then the returned value is ``0``. ``gcd()`` without arguments
135135
returns ``0``.
136136

0 commit comments

Comments
 (0)