diff options
author | Peter Benjamin <petermbenjamin@gmail.com> | 2023-08-01 13:23:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-01 21:23:53 +0100 |
commit | 0bc2ea0800f5be8aa3ea83d7dbf5a3e1df05217d (patch) | |
tree | e962511f852d1f8125f62dfe478523fecd75f593 | |
parent | 18cd44c57dc3fcebbb83a50e86dd0e8c751be2f2 (diff) | |
download | ale-0bc2ea0800f5be8aa3ea83d7dbf5a3e1df05217d.zip |
docs: fix typo (#4567)
Closes #4517
Co-authored-by: Peter Benjamin <peterbenjamin@peters-mbp.lan>
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index 0898db64..fd9dc1ca 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -2409,7 +2409,7 @@ g:ale_virtualenv_dir_names *g:ale_virtualenv_dir_names* Default: `['.env', '.venv', 'env', 've-py3', 've', 'virtualenv', 'venv']` 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'` (`foo\Scripts\activate\` on Windows) in all directories on and above the |