From 82a3e444b299cff3127809b02ea63c819486f285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20NOBILI?= Date: Tue, 8 Feb 2022 12:12:26 +0100 Subject: fix: duplicate tags in doc (#4059) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: duplicate tag in doc * fix: duplicate tags in doc Co-authored-by: Sébastien NOBILI --- doc/ale-python.txt | 6 +++--- 1 file 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)` -- cgit v1.2.3