From 773235508755e06fc9b4a0b186b169aeb24a484b Mon Sep 17 00:00:00 2001 From: Andrew Macgregor Date: Tue, 16 Oct 2012 20:44:34 +0800 Subject: [PATCH] fix minor white space issue causing warning --- docs/intro/learning.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index 0f38d6e..5425d84 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -65,8 +65,8 @@ Python Koans Python Koans is a port of Edgecase's Ruby Koans. It uses a test-driven approach, q.v. TEST DRIVEN DESIGN SECTION to provide an interactive tutorial -teaching basic python concepts. By fixing assertion statements that fail in a - test script, this provides sequential steps to learning python. +teaching basic python concepts. By fixing assertion statements that fail in a +test script, this 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