From fa526437357ae9f514ab5b5310facdad8dbfa6ef Mon Sep 17 00:00:00 2001
From: Puneeth Chaganti
Date: Wed, 18 May 2011 12:37:52 +0530
Subject: Fix getting_started_with_ipython/script.rst to remove long lines.

Please ensure that none of the lines in your script.rst are longer
than 80 chars. Conversion to two column format will break, if that's
the case.
---
 getting_started_with_ipython/script.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'getting_started_with_ipython')

diff --git a/getting_started_with_ipython/script.rst b/getting_started_with_ipython/script.rst
index c14c70c..5cf7b88 100644
--- a/getting_started_with_ipython/script.rst
+++ b/getting_started_with_ipython/script.rst
@@ -220,7 +220,8 @@ out all the possible completions of r.
 
 .. R16
 
-Now let's try out an exercise.Pause the video,solve the problem and resume the video.
+Now let's try out an exercise. Pause the video,solve the problem and
+resume the video.
 
   1. find out the commands starting with "ab"?
   2. list out the commands starting with "a"?
-- 
cgit