From 2d4d8b4dfc7e6d420d29436a2df8801876e6b34c Mon Sep 17 00:00:00 2001 From: Derek Argueta Date: Sat, 17 Dec 2016 15:59:21 -0700 Subject: [PATCH] Typo fix --- 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 b3befa2ed..2d2868e29 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -30,7 +30,7 @@ I'll be blunt: - Software that is already built often depends on Python 2.7. - If you are writing a new open source Python library, it's best to write it for both Python 2 and 3 simultaneously. Only supporting Python 3 for a new library you want to be widely adopted is a - political statment and will alienate many of your users. This is not a problem — slowly, over the next three years, this will become less the case. + political statement and will alienate many of your users. This is not a problem — slowly, over the next three years, this will become less the case. So.... 3? ~~~~~~~~~