Fix typo (GH-22582)

/af/of/s

Automerge-Triggered-By: @Mariatta
This commit is contained in:
Gaurav Kamath 2020-10-11 11:13:43 -07:00 committed by GitHub
parent 8287aadb75
commit 8197a93208
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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``.