From: Justin Kitzes Date: Thu, 11 Apr 2013 21:32:30 +0000 (-0700) Subject: Fix typo (lets -> let's) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa458e449fa3e401145be30c343ddc4b01758450;p=swc-testing-nose.git Fix typo (lets -> let's) --- diff --git a/python/testing.md b/python/testing.md index d4911ef..4965b66 100644 --- a/python/testing.md +++ b/python/testing.md @@ -256,7 +256,7 @@ our test suite again. Making a Standalone Script -------------------------- -Now that our module has been tested, lets turn this program into a standalone +Now that our module has been tested, let's turn this program into a standalone script that we can run from the command line. This takes very little additional work, now that we have our function in a module.