From 4eab74bbc36f7647ebf77e4350bb55a225d75c24 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Thu, 28 Jul 2011 16:02:44 +0530 Subject: Fix getting_started_with_for/script.rst for 2-column format. --- getting_started_with_for/script.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'getting_started_with_for/script.rst') diff --git a/getting_started_with_for/script.rst b/getting_started_with_for/script.rst index c3eecc1..ad7f0a6 100644 --- a/getting_started_with_for/script.rst +++ b/getting_started_with_for/script.rst @@ -67,10 +67,9 @@ tutorial on "Getting started with Lists". In Python whitespace is significant, and the blocks are visually separated.The best practice is to indent the code using four spaces. -As you can see in the slide, “Block B” is an inner block, indented by -4 spaces. -After “Block B” the next statement in ”Block A” starts from the same -indentation level of other ”Block A” Statements. +As you can see in the slide, "Block B" is an inner block, indented by +4 spaces. After "Block B" the next statement in "Block A" starts from +the same indentation level of other "Block A" Statements. .. R4 -- cgit