Thanks to visit codestin.com Credit goes to github.com
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.
dotted_module_name
1 parent 438a3e9 commit fc4baa6Copy full SHA for fc4baa6
docs/source/config_file.rst
@@ -41,7 +41,7 @@ characters.
41
whose name matches at least one of the patterns.
42
43
A pattern of the form ``qualified_module_name`` matches only the named module,
44
- while ``qualified_module_name.*`` matches ``dotted_module_name`` and any
+ while ``dotted_module_name.*`` matches ``dotted_module_name`` and any
45
submodules (so ``foo.bar.*`` would match all of ``foo.bar``,
46
``foo.bar.baz``, and ``foo.bar.baz.quux``).
47
0 commit comments