From ca36ab27cf21d2255a752476376b7cb00ca5031a Mon Sep 17 00:00:00 2001 From: flying-sheep Date: Sat, 11 Oct 2014 22:12:51 +0200 Subject: [PATCH] typo --- docs/starting/which-python.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/which-python.rst b/docs/starting/which-python.rst index 9d928ac..e5dca1d 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -10,7 +10,7 @@ If you're choosing a Python interpreter to use, I recommend you use the newest Python 3.x, since every version brings new and improved standard library modules, security and bug fixes. -Only use Python 3 if you have a strong reason to, such as a Python 2 +Only use Python 2 if you have a strong reason to, such as a Python 2 exclusive library which has no adequate, Python 3 ready alternative. Use `Can I Use Python 3? ` to check if this is the case.