summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorrgossiaux <ryan.gossiaux@gmail.com>2020-10-02 22:51:54 -0400
committerGitHub <noreply@github.com>2020-10-02 22:51:54 -0400
commit9a8ab764d5a77d1ebf18b176ce57e08a0603a5f5 (patch)
tree547695d1a53425e4cff30d9328ac28d51495eb22 /doc
parentb91c6c2edd20794ad5637b561ed4c678647a76e5 (diff)
downloadale-9a8ab764d5a77d1ebf18b176ce57e08a0603a5f5.zip
Fix typo in ale-python.txt
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-python.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-python.txt b/doc/ale-python.txt
index 6b1a6d33..5cf7cd74 100644
--- a/doc/ale-python.txt
+++ b/doc/ale-python.txt
@@ -687,7 +687,7 @@ g:ale_python_pyre_auto_pipenv *g:ale_python_pyre_auto_pipenv*
===============================================================================
pyright *ale-python-pyright*
-The `pyrlight` linter requires a recent version of `pyright` which includes
+The `pyright` linter requires a recent version of `pyright` which includes
the `pyright-langserver` executable. You can install `pyright` on your system
through `npm` with `sudo npm install -g pyright` or similar.