Skip to content

Commit 64e2db3

Browse files
committed
address review: -gcd()
1 parent 58a6938 commit 64e2db3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

peps/pep-0791.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@ proposed
6060
<https://mail.python.org/archives/list/python-ideas@python.org/thread/YYJ5YJBJNCVXQWK5K3WSVNMPUSV56LOR/>`_,
6161
there were only two integer-related functions:
6262
:external+py3.14:func:`~math.factorial` and :external+py3.14:func:`~math.gcd`.
63-
Now there are six, :external+py3.14:func:`~math.factorial` doesn't accept
64-
:class:`float`'s anymore and :external+py3.14:func:`~math.gcd` changed it's
65-
signature.
63+
Now there are six and :external+py3.14:func:`~math.factorial` doesn't accept
64+
:class:`float`'s anymore.
6665

6766

6867
Rationale

0 commit comments

Comments
 (0)