File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ and issue `python/cpython#81313
8181* ``c_div() `` and ``n_div() `` --- for integer division with rounding towards
8282 positive infinity (ceiling divide) and to the nearest integer, see `relevant
8383 discussion thread <https://discuss.python.org/t/91269> `_. This is reinvented
84- several times in the stdlib, e.g. in :mod: `datetime ` and
85- :mod: ` fractions ` .
84+ several times in the stdlib, e.g. in :mod: `datetime ` and :mod: ` fractions `.
85+ And it's easy to do this wrongly, as demonstrated by the thread .
8686* ``gcdext() `` --- to solve linear `Diophantine equation
8787 <https://en.wikipedia.org/wiki/Diophantine_equation> `_ in two variables (the
8888 :external+py3.14:class: `int ` implementation actually includes an extended
You can’t perform that action at this time.
0 commit comments