Skip to content

Commit 656d55a

Browse files
committed
address review: remove sentences
1 parent 919f797 commit 656d55a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

peps/pep-0791.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ documentation doesn't say so. In the documentation for the proposed ``imath`` m
3838
return values are integers." would be accurate. In a similar way we
3939
can simplify the description of the accepted arguments for functions in both the
4040
new module and in :external+py3.14:mod:`math`.
41-
Which content, as in beginning, will be again related to work with "just
42-
numbers" --- that for most people with basic education means some model of real
43-
numbers).
4441

4542
Apparently, the :external+py3.14:mod:`math` module can't serve as a catch-all place
4643
for mathematical functions since we also have the :external+py3.14:mod:`cmath` and
@@ -157,8 +154,7 @@ Other proposed names include ``ntheory`` (like SymPy's submodule),
157154
``integermath`` and ``imaths``.
158155

159156
As a variant, the new module can be added as a submodule of the
160-
:external+py3.14:mod:`math`. The main module itself will preserve a "catch-all"
161-
role for mathematics in the stdlib.
157+
:external+py3.14:mod:`math`.
162158

163159

164160
Module scope and possible extensions

0 commit comments

Comments
 (0)