Skip to content

Commit 185e890

Browse files
Fix example in doc
1 parent 8d5ca01 commit 185e890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/using/configure.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,11 +267,11 @@ General Options
267267
The JSON file should map missing module names to custom error message strings.
268268
For example, a configuration for the :mod:`tkinter` module:
269269

270-
.. code-block::json
270+
.. code-block:: json
271271
272272
{
273273
"tkinter": "Install the python-tk package to use tkinter",
274-
"_tkinter": "Install the python-tk package to use tkinter"
274+
"_tkinter": "Install the python-tk package to use tkinter",
275275
}
276276
277277
.. versionadded:: next

0 commit comments

Comments
 (0)