docs: fix typo (#4567)

Closes #4517

Co-authored-by: Peter Benjamin <peterbenjamin@peters-mbp.lan>
This commit is contained in:
Peter Benjamin
2023-08-01 13:23:53 -07:00
committed by GitHub
parent 18cd44c57d
commit 0bc2ea0800

View File

@@ -2409,7 +2409,7 @@ g:ale_virtualenv_dir_names *g:ale_virtualenv_dir_names*
Default: `['.env', '.venv', 'env', 've-py3', 've', 'virtualenv', 'venv']` Default: `['.env', '.venv', 'env', 've-py3', 've', 'virtualenv', 'venv']`
A list of directory names to be used when searching upwards from Python A list of directory names to be used when searching upwards from Python
files to discover virtulenv directories with. files to discover virtualenv directories with.
For directory named `'foo'`, ALE will search for `'foo/bin/activate'` For directory named `'foo'`, ALE will search for `'foo/bin/activate'`
(`foo\Scripts\activate\` on Windows) in all directories on and above the (`foo\Scripts\activate\` on Windows) in all directories on and above the