From f9bef8e764d7d3052efb413d736ecd65751502df Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Sun, 17 Jun 2012 21:51:38 -0400 Subject: [PATCH] Minor changes to SoftwareEngineering README. --- 4-SoftwareEngineering/README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/4-SoftwareEngineering/README.rst b/4-SoftwareEngineering/README.rst index cf4b880..7f175b4 100644 --- a/4-SoftwareEngineering/README.rst +++ b/4-SoftwareEngineering/README.rst @@ -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 -- 2.26.2