From ea9da28c6db10ab60e202177075e7c0ce5a46c70 Mon Sep 17 00:00:00 2001 From: Niko Wenselowski Date: Mon, 3 Feb 2020 23:02:46 +0100 Subject: [PATCH] The GitHub repo is much more uptodate. It has a working Python 3 version with fixed and updated tests. --- 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 9def6f4..dfdff63 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -161,7 +161,7 @@ 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: