Skip to content

Commit c47291f

Browse files
st0leSeth Sims
authored and
Seth Sims
committed
Fix typo (pythonGH-22582)
/af/of/s Automerge-Triggered-By: @Mariatta
1 parent 38658f7 commit c47291f

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)