From 179493d96ca18487f4596143aa02002bdc891030 Mon Sep 17 00:00:00 2001 From: Surya Teja Reddy Valluri Date: Tue, 18 Dec 2018 22:33:59 +0530 Subject: [PATCH] small typo --- docs/dev/virtualenvs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index fede455..1919332 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -296,7 +296,7 @@ littered across your system, and its possible you'll forget their names or where they were placed. .. note:: - Python has included venv module from 3.3. For more details: `venv `_. + Python has included venv module from version 3.3. For more details: `venv `_. Other Notes ~~~~~~~~~~~