From 372a9e21359331da0c33a49edb0b2c9e551f581d Mon Sep 17 00:00:00 2001 From: "Miss Skeleton (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 12 Oct 2020 06:53:10 -0700 Subject: Fix typo (GH-22582) /af/of/s Automerge-Triggered-By: @Mariatta (cherry picked from commit 8197a93208fea3b56e012272b6cf3f0c2c582d4a) Co-authored-by: Gaurav Kamath --- Doc/library/math.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/math.rst b/Doc/library/math.rst index 6ec1fee..b20e557 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``. -- cgit v0.12