Skip to content

Commit e6633ff

Browse files
Update Doc/whatsnew/3.15.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 441602a commit e6633ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.15.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ process can take seconds, even when most of the imported code is never actually
9292
used during a particular run.
9393

9494
Developers have worked around this by moving imports inside functions, using
95-
``importlib`` to load modules on demand, or restructuring code to avoid
95+
:mod:`importlib` to load modules on demand, or restructuring code to avoid
9696
unnecessary dependencies. These approaches work but make code harder to read
9797
and maintain, scatter import statements throughout the codebase, and require
9898
discipline to apply consistently.

0 commit comments

Comments
 (0)