diff options
author | Daniel Parker <danpker@gmail.com> | 2017-12-18 09:44:02 +0000 |
---|---|---|
committer | Daniel Parker <danpker@gmail.com> | 2017-12-18 09:44:02 +0000 |
commit | 938c150880fa1e9b71e90145fc158152ba11ac8e (patch) | |
tree | 7487895bc947da1e0b038c53b83e6969cbbecd32 /doc | |
parent | d3cf02ecda8a5abe51cf74d17ff3e0414194f937 (diff) | |
download | ale-938c150880fa1e9b71e90145fc158152ba11ac8e.zip |
Update docs
Diffstat (limited to 'doc')
-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 33f9fdfe..f16858e6 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -1397,7 +1397,7 @@ g:ale_virtualenv_dir_names *g:ale_virtualenv_dir_names* b:ale_virtualenv_dir_names *b:ale_virtualenv_dir_names* Type: |List| - Default: `['.env', 'env', 've-py3', 've', 'virtualenv']` + Default: `['.env', '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. |