Skip to content

Commit 9313755

Browse files
committed
Wording
1 parent de0fac4 commit 9313755

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.15.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ In the case where loading a lazily imported module fails (for example, if
141141
the module does not exist), Python raises the exception at the point of
142142
first use rather than at import time. The associated traceback includes both
143143
the location where the name was accessed and the original import statement,
144-
making it straightforward to diagnose & debug the failure.
144+
making it straightforward to diagnose and debug the failure.
145145

146146
For cases where you want to enable lazy loading globally without modifying
147147
source code, Python provides the :option:`-X lazy_imports <-X>` command-line
@@ -1410,7 +1410,7 @@ Optimizations
14101410
=============
14111411

14121412
* ``mimalloc`` is now used as the default allocator for
1413-
for raw memory allocations such as via :c:func:`PyMem_RawMalloc`
1413+
raw memory allocations such as via :c:func:`PyMem_RawMalloc`
14141414
for better performance on :term:`free-threaded builds <free-threaded build>`.
14151415
(Contributed by Kumar Aditya in :gh:`144914`.)
14161416

0 commit comments

Comments
 (0)