Skip to content

Commit b5bb5d9

Browse files
Update 3.15.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 59f38a8 commit b5bb5d9

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
@@ -912,7 +912,7 @@ more efficient traces by avoiding reads and writes to memory.
912912

913913
.. rubric:: More JIT Optimizations
914914

915-
More `constant-propagation <https://en.wikipedia.org/wiki/Constant_folding>`_
915+
More `constant-propagation <https://en.wikipedia.org/wiki/Constant_folding>`__
916916
is now performed. This means when the JIT compiler detects that certain user
917917
code results in constants, the code can be simplified by the JIT.
918918
(Contributed by Ken Jin and Savannah Ostrowski in :gh:`132732`.)

0 commit comments

Comments
 (0)