diff options
Diffstat (limited to 'python/tests_0-10/example.py')
| -rw-r--r-- | python/tests_0-10/example.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tests_0-10/example.py b/python/tests_0-10/example.py index 9dbe73e3cb..da5ee2441f 100644 --- a/python/tests_0-10/example.py +++ b/python/tests_0-10/example.py @@ -22,8 +22,8 @@ from qpid.testlib import testrunner, TestBase class ExampleTest (TestBase): """ - An example Qpid test, illustrating the unittest frameowkr and the - python Qpid client. The test class must inherit TestCase. The + An example Qpid test, illustrating the unittest framework and the + python Qpid client. The test class must inherit TestBase. The test code uses the Qpid client to interact with a qpid broker and verify it behaves as expected. """ |
