From 492b2dea4524460fa9570981acc71c19b3295b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Wed, 1 Jul 2015 11:43:07 +0200 Subject: [PATCH] fix comment typo --- suds/xsd/depsort.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suds/xsd/depsort.py b/suds/xsd/depsort.py index e328da1..002d755 100644 --- a/suds/xsd/depsort.py +++ b/suds/xsd/depsort.py @@ -31,7 +31,7 @@ def dependency_sort(dependency_tree): A dependency tree is a dictionary mapping an object to a collection its dependency objects. - Result is property sorted list of items, where each item is a 2-tuple + Result is a properly sorted list of items, where each item is a 2-tuple containing an object and its dependency list, as given in the input dependency tree.