diff options
author | Adam Turner <9087854+AA-Turner@users.noreply.github.com> | 2024-08-13 14:30:59 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-13 14:30:59 (GMT) |
commit | db6f5e193315a3bbfa7b0b6644203bae3f76b638 (patch) | |
tree | b8211e8fe3d041885bc397c69b003200e52861b8 /Doc/using/configure.rst | |
parent | 7a65439b93d6ee4d4e32757b55909b882f9a2056 (diff) | |
download | cpython-db6f5e193315a3bbfa7b0b6644203bae3f76b638.zip cpython-db6f5e193315a3bbfa7b0b6644203bae3f76b638.tar.gz cpython-db6f5e193315a3bbfa7b0b6644203bae3f76b638.tar.bz2 |
GH-109975: Copyedit 3.13 What's New: Release Highlights (#122958)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc/using/configure.rst')
-rw-r--r-- | Doc/using/configure.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index e00d1ee..10adf74 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -299,7 +299,7 @@ General Options Defines the ``Py_GIL_DISABLED`` macro and adds ``"t"`` to :data:`sys.abiflags`. - See :ref:`free-threaded-cpython` for more detail. + See :ref:`whatsnew313-free-threaded-cpython` for more detail. .. versionadded:: 3.13 |