We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5393dc commit 372a9e2Copy full SHA for 372a9e2
Doc/library/math.rst
@@ -130,7 +130,7 @@ Number-theoretic and representation functions
130
131
Return the greatest common divisor of the specified integer arguments.
132
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
+ positive integer that is a divisor of all arguments. If all arguments
134
are zero, then the returned value is ``0``. ``gcd()`` without arguments
135
returns ``0``.
136
0 commit comments