Skip to content

Commit 0252cf5

Browse files
committed
Add missing new line
1 parent 5b4a8aa commit 0252cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/free-threading-python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ compared to the default GIL-enabled build. In 3.13, this overhead is about
116116
40% on the `pyperformance <https://pyperformance.readthedocs.io/>`_ suite.
117117
Programs that spend most of the their time in C extensions or I/O will see
118118
less of an impact. This overhead is expected to be reduced in the upcoming
119-
3.14 release.
119+
3.14 release.

0 commit comments

Comments
 (0)