From 74c9aba777851b405e0ecc1b2544027bb49b6284 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 12 Oct 2014 10:50:10 -0400 Subject: [PATCH] rst syntax 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 2f1e2b1..183e317 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -53,7 +53,7 @@ Given such, 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, or you (like me) absolutely love and are inspired by Python 2. -Check out `Can I Use Python 3? ` to see if any +Check out `Can I Use Python 3? `_ to see if any software you're depending on will block your adoption of Python 3. `Further Reading `_