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>
This commit is contained in:
Sébastien NOBILI 2022-02-08 12:12:26 +01:00 committed by GitHub
parent 4a4516e3bf
commit 82a3e444b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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)`