We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5ca01 commit 185e890Copy full SHA for 185e890
Doc/using/configure.rst
@@ -267,11 +267,11 @@ General Options
267
The JSON file should map missing module names to custom error message strings.
268
For example, a configuration for the :mod:`tkinter` module:
269
270
- .. code-block::json
+ .. code-block:: json
271
272
{
273
"tkinter": "Install the python-tk package to use tkinter",
274
- "_tkinter": "Install the python-tk package to use tkinter"
+ "_tkinter": "Install the python-tk package to use tkinter",
275
}
276
277
.. versionadded:: next
0 commit comments