From 27970c43fc1f19373534911f05d56bc411eb88eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Wed, 1 Jul 2015 10:50:21 +0200 Subject: [PATCH] update comment wording (stylistic) --- suds/xsd/schema.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/suds/xsd/schema.py b/suds/xsd/schema.py index 84d2292..7dab3ab 100644 --- a/suds/xsd/schema.py +++ b/suds/xsd/schema.py @@ -356,8 +356,8 @@ class Schema(UnicodeMixin): def locate(self, ns): """ Find a schema by namespace. Only the URI portion of the namespace is - compared to each schema's I{targetNamespace}. The request is passed to - the container. + compared to each schema's I{targetNamespace}. The request is passed on + to the container. @param ns: A namespace. @type ns: (prefix, URI)