8000 fix a small lie · python/mypy@43d8827 · GitHub
[go: up one dir, main page]

Skip to content

Commit 43d8827

Browse files
author
hauntsaninja
committed
fix a small lie
1 parent cb0917d commit 43d8827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/command_line.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ for full details, see :ref:`running-mypy`.
6868
Note that mypy will never recursively discover files and directories named
6969
"site-packages", "node_modules" or "__pycache__", or those whose name starts
7070
with a period, exactly as ``--exclude
71-
'/(site-packages|node_modules|__pycache__|\..*)$'`` would. Mypy will also
71+
'/(site-packages|node_modules|__pycache__|\..*)/$'`` would. Mypy will also
7272
never recursively discover files with extensions other than ``.py`` or
7373
``.pyi``.
7474

0 commit comments

Comments
 (0)
0