From 8041f50007876e03feac8b18456c3dd64f79619b Mon Sep 17 00:00:00 2001 From: Edward George Date: Mon, 13 Aug 2012 15:36:07 +0100 Subject: [PATCH] correct spelling of defunct --- tests/hub_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hub_test.py b/tests/hub_test.py index a9843a7..aa5aceb 100644 --- a/tests/hub_test.py +++ b/tests/hub_test.py @@ -283,7 +283,7 @@ class TestDeadRunLoop(LimitedTestCase): def test_parent(self): """ Checks that a terminating greenthread whose parent - was a previous, now-defunkt hub greenlet returns execution to + was a previous, now-defunct hub greenlet returns execution to the hub runloop and not the hub greenlet's parent. """ hub = hubs.get_hub()