clean up suds.bindings.binding.PartElement docstring

This commit is contained in:
Jurko Gospodnetić 2014-06-30 12:05:22 +02:00
parent 02efc08392
commit 1d6982a4fd
1 changed files with 1 additions and 2 deletions

View File

@ -474,8 +474,7 @@ class Binding(object):
class PartElement(SchemaElement):
"""
A part used to represent a message part when the part references a schema
type and thus assumes to be an element.
Message part referencing an XSD type and thus acting like an XSD element.
@ivar resolved: The part type.
@type resolved: L{suds.xsd.sxbase.SchemaObject}