https://github.com/python/cpython/commit/d3c888b4ec15dbd7d6b6ef4f15b558af77c228af
commit: d3c888b4ec15dbd7d6b6ef4f15b558af77c228af
branch: main
author: Stan Ulbrych <[email protected]>
committer: encukou <[email protected]>
date: 2025-12-02T14:12:20+01:00
summary:
gh-139707: Fix example for configure option (GH-142153)
Fix example for nre configure option
files:
M Doc/using/configure.rst
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst
index e140ca5d71f555..dff0fe036ea53a 100644
--- a/Doc/using/configure.rst
+++ b/Doc/using/configure.rst
@@ -339,7 +339,7 @@ General Options
.. code-block:: json
{
- "_gdbm": "The '_gdbm' module is not available in this distribution"
+ "_gdbm": "The '_gdbm' module is not available in this distribution",
"tkinter": "Install the python-tk package to use tkinter",
"_tkinter": "Install the python-tk package to use tkinter",
}
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]