From f51141c973d2fcd6abd5d45be503917756de96e4 Mon Sep 17 00:00:00 2001 From: kuyan Date: Sat, 24 Aug 2013 11:54:40 -0700 Subject: [PATCH] Update link to 'A Byte of Python'. --- 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 852e786..e5d0742 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -92,7 +92,7 @@ A free introductory book that teaches python at the beginner level, it assumes n previous programming experience. `A Byte of Python for Python 2.x `_ - `A Byte of Python for Python 3.x `_ + `A Byte of Python for Python 3.x `_ Advanced