Fix typo (lets -> let's) test-kitzes
authorJustin Kitzes <jkitzes@berkeley.edu>
Thu, 11 Apr 2013 21:32:30 +0000 (14:32 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 8 Nov 2013 16:58:57 +0000 (08:58 -0800)
python/testing.md

index d4911ef4d349ace0f32756ffa139171a8371a64b..4965b669b1f3540255cbc57385877f689bafd3e0 100644 (file)
@@ -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.