update comment wording (stylistic)

This commit is contained in:
Jurko Gospodnetić 2015-07-01 10:50:21 +02:00
parent a84fe3a57d
commit 27970c43fc
1 changed files with 2 additions and 2 deletions

View File

@ -356,8 +356,8 @@ class Schema(UnicodeMixin):
def locate(self, ns): def locate(self, ns):
""" """
Find a schema by namespace. Only the URI portion of the namespace is 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 compared to each schema's I{targetNamespace}. The request is passed on
the container. to the container.
@param ns: A namespace. @param ns: A namespace.
@type ns: (prefix, URI) @type ns: (prefix, URI)