Skip to content

Commit d3c888b

Browse files
gh-139707: Fix example for configure option (GH-142153)
Fix example for nre configure option
1 parent 748c4b4 commit d3c888b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/using/configure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ General Options
339339
.. code-block:: json
340340
341341
{
342-
"_gdbm": "The '_gdbm' module is not available in this distribution"
342+
"_gdbm": "The '_gdbm' module is not available in this distribution",
343343
"tkinter": "Install the python-tk package to use tkinter",
344344
"_tkinter": "Install the python-tk package to use tkinter",
345345
}

0 commit comments

Comments
 (0)