]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo (GH-22582)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 12 Oct 2020 13:53:10 +0000 (06:53 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Oct 2020 13:53:10 +0000 (06:53 -0700)
/af/of/s

Automerge-Triggered-By: @Mariatta
(cherry picked from commit 8197a93208fea3b56e012272b6cf3f0c2c582d4a)

Co-authored-by: Gaurav Kamath <st0le@users.noreply.github.com>
Doc/library/math.rst

index 6ec1feee35a6dc7151c5fd981f7e6db9a96703a3..b20e557b5c6109b514db9acf833f246a1ad0803a 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``.