tidy up comment line wrapping (stylistic)

This commit is contained in:
Jurko Gospodnetić 2014-06-30 20:17:11 +02:00
parent 4ee198364f
commit 2fce798f01
1 changed files with 2 additions and 2 deletions

View File

@ -332,8 +332,8 @@ class Element(UnicodeMixin):
Append the specified child based on whether it is an element or an
attribute.
@param objects: A (single|collection) of attribute(s) or element(s)
to be added as children.
@param objects: A (single|collection) of attribute(s) or element(s) to
be added as children.
@type objects: (L{Element}|L{Attribute})
@return: self
@rtype: L{Element}