From 34dcb75d3e17006928395ee2392e90ea7cb0e78f Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Sun, 12 Oct 2014 12:45:06 -0500 Subject: [PATCH] Closes #489 Thanks to @yarko for pointing out the typo "statbility" --- 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 fac6f09..cbcf747 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -38,7 +38,7 @@ I'll be blunt: **Use Python 2 if...** - You love Python 2 and are saddened by the future being Python 3. -- The statbility requirements of your software would be improved by a language and runtime that never changes. +- The stability requirements of your software would be improved by a language and runtime that never changes. - Software that you depend on requires it.