diff options
author | cos <cos> | 2025-07-08 08:42:45 +0200 |
---|---|---|
committer | cos <cos> | 2025-08-14 07:55:10 +0200 |
commit | 8061dc042d68b38ea1cd841ea0d3aade33ed664f (patch) | |
tree | a03e7fff2dfc9f54aa57e9d40b313ff993a95437 | |
parent | 094c7c62109f6e52bc38973f3cf09b1655ff8161 (diff) | |
download | ale-fix/pylsp-typo.zip |
Correct typo in documented python commandfix/pylsp-typo
-rw-r--r-- | doc/ale-python.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt index 3a4cedf7..eeea36d5 100644 --- a/doc/ale-python.txt +++ b/doc/ale-python.txt @@ -1465,7 +1465,7 @@ g:ale_python_pylsp_executable See |ale-integrations-local-executables| Set this to `'pipenv'` to invoke `'pipenv` `run` `pylsp'`. - Set this to `'poetry'` to invoke `'poetry` `run` `pyls'`. + Set this to `'poetry'` to invoke `'poetry` `run` `pylsp'`. *ale-options.python_pylsp_use_global* *g:ale_python_pylsp_use_global* |