projects
/
swc-testing-nose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f98a17d
)
Fix typo (lets -> let's)
test-kitzes
author
Justin Kitzes
<jkitzes@berkeley.edu>
Thu, 11 Apr 2013 21:32:30 +0000
(14:32 -0700)
committer
W. Trevor King
<wking@tremily.us>
Fri, 8 Nov 2013 16:58:57 +0000
(08:58 -0800)
python/testing.md
patch
|
blob
|
history
diff --git
a/python/testing.md
b/python/testing.md
index d4911ef4d349ace0f32756ffa139171a8371a64b..4965b669b1f3540255cbc57385877f689bafd3e0 100644
(file)
--- 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.