From 4ba2ec87cc7764a5486de086fafdc687273ced4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Sun, 26 Jul 2015 13:51:45 +0200 Subject: [PATCH] fix test module comment typo --- tests/test_xsd_element.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_xsd_element.py b/tests/test_xsd_element.py index 58d32f3..48d3a31 100644 --- a/tests/test_xsd_element.py +++ b/tests/test_xsd_element.py @@ -16,7 +16,7 @@ # written by: Jurko Gospodnetić ( jurko.gospodnetic@pke.hr ) """ -Suds library's XSD Element note unit tests. +Suds library's XSD Element node unit tests. Implemented using the 'pytest' testing framework.