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 typos
author
shreddd
<shreyas@gmail.com>
Thu, 27 Jun 2013 18:51:02 +0000
(06:51 +1200)
committer
W. Trevor King
<wking@tremily.us>
Fri, 8 Nov 2013 16:59:06 +0000
(08:59 -0800)
python/testing.md
patch
|
blob
|
history
diff --git
a/python/testing.md
b/python/testing.md
index d4911ef4d349ace0f32756ffa139171a8371a64b..af1eda3ae95f4cdfbbaecc3a3db4f414039d1f19 100644
(file)
--- a/
python/testing.md
+++ b/
python/testing.md
@@
-336,9
+336,9
@@
python interpreter. To do this, make the very first line of the file
#!/usr/bin/env python
-Then, we need to give the file `m
ake
_animals.py` permission to execute on its
+Then, we need to give the file `m
ean
_animals.py` permission to execute on its
own. From the command line, in the directory containing the file
-`m
ake
_animals.py`, run the line
+`m
ean
_animals.py`, run the line
chmod 755 mean_sightings.py