From: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> Date: Tue, 2 Dec 2025 13:12:20 +0000 (+0000) Subject: gh-139707: Fix example for configure option (GH-142153) X-Git-Tag: v3.15.0a3~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3c888b4ec15dbd7d6b6ef4f15b558af77c228af;p=thirdparty%2FPython%2Fcpython.git gh-139707: Fix example for configure option (GH-142153) Fix example for nre configure option --- diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index e140ca5d71f5..dff0fe036ea5 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", }