Skip to content

Commit 8197a93

Browse files
authored
Fix typo (GH-22582)
/af/of/s Automerge-Triggered-By: @Mariatta
1 parent 8287aad commit 8197a93

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)