summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2011-11-21 20:44:42 -0600
committerMichael Merickel <michael@merickel.org>2011-11-21 20:47:55 -0600
commit995133918877809aeea06bce93149104ba800304 (patch)
treeeef8dc3b76d643afb24df956492e05218d6e495d
parent3808f7fe58f9e5724fbf9ab7e213cde4f21e26f2 (diff)
downloadpyramid-995133918877809aeea06bce93149104ba800304.tar.gz
pyramid-995133918877809aeea06bce93149104ba800304.tar.bz2
pyramid-995133918877809aeea06bce93149104ba800304.zip
typo
-rw-r--r--pyramid/tests/test_scripts/test_pshell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/tests/test_scripts/test_pshell.py b/pyramid/tests/test_scripts/test_pshell.py
index c1f648b6f..765042152 100644
--- a/pyramid/tests/test_scripts/test_pshell.py
+++ b/pyramid/tests/test_scripts/test_pshell.py
@@ -82,7 +82,7 @@ class TestPShellCommand(unittest.TestCase):
self.assertTrue(self.bootstrap.closer.called)
self.assertTrue(shell.help)
- def test_command_loads_default_shell_with_unknow_shell(self):
+ def test_command_loads_default_shell_with_unknown_shell(self):
command = self._makeOne()
shell = dummy.DummyShell()
bad_shell = dummy.DummyShell()