summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien NOBILI <s-code-github@pipoprods.org>2022-02-08 12:12:26 +0100
committerGitHub <noreply@github.com>2022-02-08 11:12:26 +0000
commit82a3e444b299cff3127809b02ea63c819486f285 (patch)
tree6e412444416bb3bd81c017d15a770a28b2fa8b8b
parent4a4516e3bf792300f377c435c2206526a8963103 (diff)
downloadale-82a3e444b299cff3127809b02ea63c819486f285.zip
fix: duplicate tags in doc (#4059)
* fix: duplicate tag in doc * fix: duplicate tags in doc Co-authored-by: Sébastien NOBILI <code@pipoprods.org>
-rw-r--r--doc/ale-python.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index 2f9f5d29..42805828 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -1090,7 +1090,7 @@ g:ale_python_unimport_auto_poetry *g:ale_python_unimport_auto_poetry*
if true. This is overridden by a manually-set executable.
-g:ale_python_unimport_executable *g:ale_python_mypy_executable*
+g:ale_python_unimport_executable *g:ale_python_unimport_executable*
*b:ale_python_unimport_executable*
Type: |String|
Default: `'unimport'`
@@ -1101,7 +1101,7 @@ g:ale_python_unimport_executable *g:ale_python_mypy_executable*
Set this to `'poetry'` to invoke `'poetry` `run` `unimport'`.
-g:ale_python_unimport_options *g:ale_python_mypy_options*
+g:ale_python_unimport_options *g:ale_python_unimport_options*
*b:ale_python_unimport_options*
Type: |String|
Default: `''`
@@ -1110,7 +1110,7 @@ g:ale_python_unimport_options *g:ale_python_mypy_options*
invocation.
-g:ale_python_unimport_use_global *g:ale_python_mypy_use_global*
+g:ale_python_unimport_use_global *g:ale_python_unimport_use_global*
*b:ale_python_unimport_use_global*
Type: |Number|
Default: `get(g:, 'ale_use_global_executables', 0)`