Skip to content

Commit 549ca1a

Browse files
committed
address review: c_div naming
1 parent f92dc1b commit 549ca1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0791.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ There are possible additions, among proposed in the initial discussion thread
119119
(see also issue
120120
`python/cpython#81313 <https://github.com/python/cpython/issues/81313>`_):
121121

122-
* ``c_div()`` --- for integer ceiling divide, see
122+
* ``ceil_div()`` --- for integer ceiling divide, see
123123
`relevant discussion thread <https://discuss.python.org/t/91269>`_.
124124
* ``gcdext()`` --- to solve linear `Diophantine equation <https://en.wikipedia.org/wiki/Diophantine_equation>`_ in two variables (the
125125
:external+py3.14:class:`int` implementation actually includes an extended

0 commit comments

Comments
 (0)