Skip to content

Commit e702679

Browse files
authored
Fix typo in config_file.rst (#10568)
1 parent 4da09c7 commit e702679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/config_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ Instead of using a ``mypy.ini`` file, a ``pyproject.toml`` file (as specified by
906906
module = 'packagename'
907907
...
908908
909-
* Multi-module specific sections can be moved into a single ``[[tools.mypy.overrides]]`` section with a
909+
* Multi-module specific sections can be moved into a single ``[[tool.mypy.overrides]]`` section with a
910910
module property set to an array of modules:
911911

912912
* For example, ``[mypy-packagename,packagename2]`` would become:

0 commit comments

Comments
 (0)