From 84eae97bf2d007e8881fc51aae3d2fcd01d0709e Mon Sep 17 00:00:00 2001 From: rymdbar Date: Fri, 15 Aug 2025 13:22:56 +0200 Subject: [PATCH] Correct typo in documented python command (#5030) Co-authored-by: cos --- doc/ale-python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*