From 2e2be97ae9c100c037fc40b58537f898a5a22ff5 Mon Sep 17 00:00:00 2001 From: Jero Date: Sat, 7 Oct 2017 11:06:34 +0800 Subject: [PATCH] Fix typo From 'avalable' to 'available' --- 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 65dc8b12d..193aabe2a 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -22,7 +22,7 @@ managing development and testing environments for any kind of project. Make sure you've got Python & pip --------------------------------- -Before you go any further, make sure you have Python and that it's avalable +Before you go any further, make sure you have Python and that it's available from your command line. You can check this by simply running: .. code-block:: bash