From 47d87a4992fe11d4d72d6c6c37b0d7b5521f5dcd Mon Sep 17 00:00:00 2001 From: Jeff Gonzalez Date: Wed, 15 May 2019 15:22:41 -0700 Subject: [PATCH] Fix documentation error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 600afd2..7f9fd32 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ python3 -V Python 3.6.3 python2 -V -2.7.13 +Python 2.7.13 ``` In some cases, you might want python2 and python3 to co-exist, but python needs to point at a specific python version. The order of python versions is what controls this.