We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44200b3 commit ae9b982Copy full SHA for ae9b982
Doc/library/sys.rst
@@ -24,7 +24,7 @@ always available. Unless explicitly noted otherwise, all variables are read-only
24
aka free-threading.
25
26
*Py_DEBUG* is a boolean indicating whether the interpreter was built in
27
- debug mode, i.e. with the :option:`--with-pydebug` option.
+ :ref:`debug mode <debug-build>`, i.e. with the :option:`--with-pydebug` option.
28
29
.. versionadded:: next
30
0 commit comments