From 7e85e197abc9cfb38ca089895d35c8c81c4231a9 Mon Sep 17 00:00:00 2001 From: ehuss Date: Sun, 27 Aug 2017 16:27:02 -0700 Subject: [PATCH] Fix venvs typo in documentation --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 3c79377e..aaec9e93 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -160,7 +160,7 @@ Both stock Python and Execnet integrations support virtualenv. Various ways to w For virtualenv created environments to be discoverable by SublimeREPL they should be created or symlinked in one of the following: * ~/.virtualenvs default for `virtualenvwrapper`__ -* ~/.venvs default for `venv`__ +* ~/.venv default for `venv`__ Alternatively, more paths can be added to "python_virtualenv_paths" in the SublimeREPL configuration file.