]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-139707: Fix example for configure option (GH-142153)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Tue, 2 Dec 2025 13:12:20 +0000 (13:12 +0000)
committerGitHub <noreply@github.com>
Tue, 2 Dec 2025 13:12:20 +0000 (14:12 +0100)
Fix example for nre configure option

Doc/using/configure.rst

index e140ca5d71f55550d5037b25f4d87f79e93ca2fb..dff0fe036ea53af2925e453526d30e8034e8cba5 100644 (file)
@@ -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",
       }