Skip to content

Commit 0ab6557

Browse files
committed
address review: more submodule/module variants
1 parent dfee009 commit 0ab6557

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
@@ -151,10 +151,10 @@ with any PyPI module. On the other hand, ``intmath`` may be confused with
151151
interval math or numerical integration.
152152

153153
Other proposed names include ``ntheory`` (like SymPy's submodule),
154-
``integermath`` and ``imaths``.
154+
``integermath``, ``zmath``, ``dmath`` and ``imaths``.
155155

156156
As a variant, the new module can be added as a submodule of the
157-
:external+py3.14:mod:`math`.
157+
:external+py3.14:mod:`math` (e.g. ``integer``, ``discrete`` or ``ntheory``).
158158

159159

160160
Module scope and possible extensions

0 commit comments

Comments
 (0)