From fa458e449fa3e401145be30c343ddc4b01758450 Mon Sep 17 00:00:00 2001 From: Justin Kitzes Date: Thu, 11 Apr 2013 14:32:30 -0700 Subject: [PATCH] Fix typo (lets -> let's) --- python/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.26.2