From 2da24d2f0dde089d0ff7a451cfec4281be4ee471 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Mon, 1 Dec 2025 16:42:23 +0000 Subject: [PATCH] Fix example for nre configure option --- Doc/using/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", }