From 5479b2f70cdf073c3c5cbae4e9179cb9ee4bf77d Mon Sep 17 00:00:00 2001 From: gregmalcolm Date: Mon, 2 Apr 2012 23:53:00 -0400 Subject: [PATCH] Corrected Python Koan's URL. Mike's fork of Python Koan's is no longer being maintained, my fork is much more up-to-date --- docs/intro/learning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 6416e47b6..6578f4c69 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -64,7 +64,7 @@ provides sequential steps to learning python. For those used to languages and figuring out puzzles on their own, this can be a fun, attractive option. For those new to python and programming, having an additional resource or reference will be helpful. - `Python Koans `_ + `Python Koans `_ More information about test driven development can be found at these resources: