File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ In the case where loading a lazily imported module fails (for example, if
141141the module does not exist), Python raises the exception at the point of
142142first use rather than at import time. The associated traceback includes both
143143the 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
146146For cases where you want to enable lazy loading globally without modifying
147147source 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
You can’t perform that action at this time.
0 commit comments