diff --git a/docs/source/config_file.rst b/docs/source/config_file.rst index 924fb19c1946..a5235516739f 100644 --- a/docs/source/config_file.rst +++ b/docs/source/config_file.rst @@ -906,7 +906,7 @@ Instead of using a ``mypy.ini`` file, a ``pyproject.toml`` file (as specified by module = 'packagename' ... -* Multi-module specific sections can be moved into a single ``[[tools.mypy.overrides]]`` section with a +* Multi-module specific sections can be moved into a single ``[[tool.mypy.overrides]]`` section with a module property set to an array of modules: * For example, ``[mypy-packagename,packagename2]`` would become: