]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo (GH-22582)
authorGaurav Kamath <st0le@users.noreply.github.com>
Sun, 11 Oct 2020 18:13:43 +0000 (11:13 -0700)
committerGitHub <noreply@github.com>
Sun, 11 Oct 2020 18:13:43 +0000 (11:13 -0700)
/af/of/s

Automerge-Triggered-By: @Mariatta
Doc/library/math.rst

index bbf64643ff59fc7af51a233748f1f7cc5f7b1d76..145bac4966e18cc71b6e92f46cfa73771593e09b 100644 (file)
@@ -130,7 +130,7 @@ Number-theoretic and representation functions
 
    Return the greatest common divisor of the specified integer arguments.
    If any of the arguments is nonzero, then the returned value is the largest
-   positive integer that is a divisor af all arguments.  If all arguments
+   positive integer that is a divisor of all arguments.  If all arguments
    are zero, then the returned value is ``0``.  ``gcd()`` without arguments
    returns ``0``.