diff options
| author | Sargun Vohra <sargun.vohra@gmail.com> | 2018-09-09 19:22:58 -0700 |
|---|---|---|
| committer | Sargun Vohra <sargun.vohra@gmail.com> | 2018-09-09 19:22:58 -0700 |
| commit | 21531962bfb0dc9a915d93a7ee87748f97551a75 (patch) | |
| tree | 2bb00d3f5655cf6b977f7d295d62028f7627b950 /docs/source/user | |
| parent | 9631dac52aa6ed8a3de9d0983c3c7b0267ae7d6d (diff) | |
| download | flake8-21531962bfb0dc9a915d93a7ee87748f97551a75.tar.gz | |
Fix docs for --isolated flag
Diffstat (limited to 'docs/source/user')
| -rw-r--r-- | docs/source/user/invocation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/user/invocation.rst b/docs/source/user/invocation.rst index c469f37..099b72a 100644 --- a/docs/source/user/invocation.rst +++ b/docs/source/user/invocation.rst @@ -138,7 +138,7 @@ And you should see something like: --config=CONFIG Path to the config file that will be the authoritative config source. This will cause Flake8 to ignore all other configuration files. - --isolated Ignore all found configuration files. + --isolated Ignore all configuration files. --builtins=BUILTINS define more built-ins, comma separated --doctests check syntax of the doctests --include-in-doctest=INCLUDE_IN_DOCTEST |
