File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
154154know 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
191191Zeep will automatically validate that all the required values are set when
192192calling 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
You can’t perform that action at this time.
0 commit comments