[Python-checkins] Fix typo (GH-22582)

Gaurav Kamath webhook-mailer at python.org
Sun Oct 11 14:13:52 EDT 2020


https://github.com/python/cpython/commit/8197a93208fea3b56e012272b6cf3f0c2c582d4a
commit: 8197a93208fea3b56e012272b6cf3f0c2c582d4a
branch: master
author: Gaurav Kamath <st0le at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-10-11T11:13:43-07:00
summary:

Fix typo (GH-22582)



/af/of/s

Automerge-Triggered-By: @Mariatta

files:
M Doc/library/math.rst

diff --git a/Doc/library/math.rst b/Doc/library/math.rst
index bbf64643ff59f..145bac4966e18 100644
--- a/Doc/library/math.rst
+++ b/Doc/library/math.rst
@@ -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``.
 



More information about the Python-checkins mailing list