From 3fef45e60824023612045da0553e86fe0b57dbd0 Mon Sep 17 00:00:00 2001 From: baztian Date: Sun, 8 Feb 2015 15:28:00 +0100 Subject: [PATCH] Fix minor typo in tests --- test/test_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_integration.py b/test/test_integration.py index 8c5c937..1eff88b 100644 --- a/test/test_integration.py +++ b/test/test_integration.py @@ -94,7 +94,7 @@ class IntegrationTestBase(object): cursor.close() def test_execute_reset_description_without_execute_result(self): - """Excpect the descriptions property being reset when no query + """Expect the descriptions property being reset when no query has been made via execute method. """ cursor = self.conn.cursor()