summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Thompson <raganello@users.noreply.github.com>2022-06-04 07:58:36 +0100
committerGitHub <noreply@github.com>2022-06-04 15:58:36 +0900
commit9bdc923624a489aa4c0a44cb1c77b984ad90e8ba (patch)
tree75dd2bf0a14e7b3714f37e44d9ae8fce95edece4
parent876140832cd33e0566c5a30a755939e088925e66 (diff)
downloadale-9bdc923624a489aa4c0a44cb1c77b984ad90e8ba.zip
re-worded confusing grammar (#4223)
-rw-r--r--doc/ale-python.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index 8c380e25..d001454e 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -268,8 +268,8 @@ g:ale_python_flake8_change_directory *g:ale_python_flake8_change_directory*
Default: `'project'`
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
- checked with `flake8` is in before checking it.
+ If set to `file`, ALE will first switch to the directory containing the
+ Python file being checked with `flake8` before checking it.
You can turn it off with `off` option if you want to control the directory
Python is executed from yourself.