Skip to content

Commit 3054b20

Browse files
committed
Clarify what IDE means
1 parent 008ba3a commit 3054b20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

peps/pep-0791.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ place for mathematical functions since we also have the
5050
:external+py3.14:mod:`cmath` and :external+py3.14:mod:`statistics` modules.
5151
Let's do the same for integer-related functions. It provides shared context,
5252
which reduces verbosity in the documentation and conceptual load. It also aids
53-
discoverability through grouping related functions and makes IDE suggestions
54-
more helpful.
53+
discoverability through grouping related functions and makes IDE (e.g. new
54+
CPython's REPL) suggestions more helpful.
5555

5656
Currently the :external+py3.14:mod:`math` module code in the CPython is around
5757
4200LOC, from which the new module code is roughly 1/3 (1300LOC). This is

0 commit comments

Comments
 (0)