mirror of
https://github.com/dense-analysis/ale.git
synced 2026-05-18 14:29:50 +08:00
re-worded confusing grammar (#4223)
This commit is contained in:
+2
-2
@@ -268,8 +268,8 @@ g:ale_python_flake8_change_directory *g:ale_python_flake8_change_directory*
|
|||||||
Default: `'project'`
|
Default: `'project'`
|
||||||
|
|
||||||
If set to `project`, ALE will switch to the project root before checking file.
|
If set to `project`, ALE will switch to the project root before checking file.
|
||||||
If set to `file`, ALE will switch to directory the Python file being
|
If set to `file`, ALE will first switch to the directory containing the
|
||||||
checked with `flake8` is in before checking it.
|
Python file being checked with `flake8` before checking it.
|
||||||
You can turn it off with `off` option if you want to control the directory
|
You can turn it off with `off` option if you want to control the directory
|
||||||
Python is executed from yourself.
|
Python is executed from yourself.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user