From 3667cdd020d46af9c47c1c37998fbed7adae2248 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Mon, 29 Oct 2007 22:23:33 +0000 Subject: applied patch from tross posted in QPID-666 git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@589889 13f79535-47bb-0310-9956-ffa450edef68 --- python/tests_0-10/example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/tests_0-10') 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. """ -- cgit v1.2.1