Minor changes to SoftwareEngineering README.
authorMatt Davis <jiffyclub.programatic@gmail.com>
Mon, 18 Jun 2012 01:51:38 +0000 (21:51 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 9 Nov 2013 16:50:34 +0000 (08:50 -0800)
4-SoftwareEngineering/README.rst

index cf4b880f7e8ee3278030c425ebdb6070664d1173..7f175b45cbe7e5dff2e2908a056a411ac9e73d8e 100644 (file)
@@ -11,9 +11,9 @@ add features to the function. The ideal solution would be to keep the
 function in one spot and use it over and over again from many different places.
 Python modules to the rescue!
 
-Today we're going to move beyond the IPython notebook. Most Python code is
+We're going to move beyond the IPython notebook. Most Python code is
 stored in `.py` files and then used in other `.py` files where it has been
-pulled in using an `import` statement.
+pulled in using an `import` statement. Today we'll show you how to do that.
 
 =========
 Exercises