Skip to content

Commit ca8c97c

Browse files
committed
Format paragraphs to 80 chars
1 parent d2c79a2 commit ca8c97c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/datastructures.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,11 @@ Nested list using _value_1
149149
Any objects
150150
-----------
151151

152-
Zeep offers full support for xsd:any elements. xsd:any elements are used as
153-
a kind of wildcard and basically allows any element to be used. Zeep needs to
152+
Zeep offers full support for xsd:any elements. xsd:any elements are used as a
153+
kind of wildcard and basically allows any element to be used. Zeep needs to
154154
know the element name you want to serialize, so the value needs to be wrapped
155-
in a special object. This is the :class:`~zeep.xsd.AnyObject`. It takes two parameters, the
156-
xsd Element first and the value as the second arg.
155+
in a special object. This is the :class:`~zeep.xsd.AnyObject`. It takes two
156+
parameters, the xsd Element first and the value as the second arg.
157157

158158
.. code-block:: python
159159
@@ -190,7 +190,8 @@ SkipValue
190190

191191
Zeep will automatically validate that all the required values are set when
192192
calling an operation. If you want to force a value to be ignored and left out
193-
of the generated XML then you can assign the :const:`zeep.xsd.SkipValue` constant.
193+
of the generated XML then you can assign the :const:`zeep.xsd.SkipValue`
194+
constant.
194195

195196

196197
.. code-block:: python

0 commit comments

Comments
 (0)