Skip to content

Commit 82a3e44

Browse files
authored
fix: duplicate tags in doc (dense-analysis#4059)
* fix: duplicate tag in doc * fix: duplicate tags in doc Co-authored-by: Sébastien NOBILI <[email protected]>
1 parent 4a4516e commit 82a3e44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/ale-python.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ g:ale_python_unimport_auto_poetry *g:ale_python_unimport_auto_poetry*
10901090
if true. This is overridden by a manually-set executable.
10911091

10921092

1093-
g:ale_python_unimport_executable *g:ale_python_mypy_executable*
1093+
g:ale_python_unimport_executable *g:ale_python_unimport_executable*
10941094
*b:ale_python_unimport_executable*
10951095
Type: |String|
10961096
Default: `'unimport'`
@@ -1101,7 +1101,7 @@ g:ale_python_unimport_executable *g:ale_python_mypy_executable*
11011101
Set this to `'poetry'` to invoke `'poetry` `run` `unimport'`.
11021102

11031103

1104-
g:ale_python_unimport_options *g:ale_python_mypy_options*
1104+
g:ale_python_unimport_options *g:ale_python_unimport_options*
11051105
*b:ale_python_unimport_options*
11061106
Type: |String|
11071107
Default: `''`
@@ -1110,7 +1110,7 @@ g:ale_python_unimport_options *g:ale_python_mypy_options*
11101110
invocation.
11111111

11121112

1113-
g:ale_python_unimport_use_global *g:ale_python_mypy_use_global*
1113+
g:ale_python_unimport_use_global *g:ale_python_unimport_use_global*
11141114
*b:ale_python_unimport_use_global*
11151115
Type: |Number|
11161116
Default: `get(g:, 'ale_use_global_executables', 0)`

0 commit comments

Comments
 (0)