docs: unresolved reference (the reference is not named after the class name)

This commit is contained in:
Paul J. Dorn 2024-05-22 05:56:46 +02:00
parent 2a3dfdd2c8
commit 6245e2c03b

View File

@ -1506,7 +1506,7 @@ class LogConfigDict(Setting):
desc = """\ desc = """\
The log config dictionary to use, using the standard Python The log config dictionary to use, using the standard Python
logging module's dictionary configuration format. This option logging module's dictionary configuration format. This option
takes precedence over the :ref:`logconfig` and :ref:`logConfigJson` options, takes precedence over the :ref:`logconfig` and :ref:`logconfig-json` options,
which uses the older file configuration format and JSON which uses the older file configuration format and JSON
respectively. respectively.