Skip to content

Commit a5daa96

Browse files
committed
Update the docs
1 parent 9937ecd commit a5daa96

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
20 Bytes
Binary file not shown.
-11 Bytes
Binary file not shown.

docs/latest/api/utils/utils.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -534,14 +534,14 @@ <h1>Utils<a class="headerlink" href="#utils" title="Link to this heading"></a
534534
<dl class="field-list simple">
535535
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
536536
<dd class="field-odd"><ul class="simple">
537-
<li><p><strong>collection</strong> (<em>str</em>) – the collection to apply the any keyword on</p></li>
537+
<li><p><strong>collection</strong> (<em>str</em>) – the collection to apply the any keyword on</p></li>
538538
<li><p><strong>word</strong> (<em>str</em>) – the word to check</p></li>
539539
<li><p><strong>attribute</strong> (<em>str</em>) – the attribute of the collection to check</p></li>
540540
<li><p><strong>func</strong> (<em>str</em>) – the logical function to apply to the attribute
541541
inside the collection</p></li>
542542
<li><p><strong>operation</strong> (<em>str</em>) – the logical operation to apply to the
543543
attribute inside the collection</p></li>
544-
<li><p><strong>negation</strong> (<em>bool</em>) – negates the funcion or operation inside the iterable</p></li>
544+
<li><p><strong>negation</strong> (<em>bool</em>) – negates the function or operation inside the iterable</p></li>
545545
</ul>
546546
</dd>
547547
<dt class="field-even">Return type<span class="colon">:</span></dt>
@@ -809,14 +809,14 @@ <h1>Utils<a class="headerlink" href="#utils" title="Link to this heading"></a
809809
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
810810
<dd class="field-odd"><ul class="simple">
811811
<li><p><strong>iterable_name</strong> (<em>str</em>) – the OData name of the iterable</p></li>
812-
<li><p><strong>collection</strong> (<em>str</em>) – the collection to apply the any keyword on</p></li>
812+
<li><p><strong>collection</strong> (<em>str</em>) – the collection to apply the any keyword on</p></li>
813813
<li><p><strong>word</strong> (<em>str</em>) – the word to check</p></li>
814814
<li><p><strong>attribute</strong> (<em>str</em>) – the attribute of the collection to check</p></li>
815815
<li><p><strong>func</strong> (<em>str</em>) – the logical function to apply to the attribute inside
816816
the collection</p></li>
817817
<li><p><strong>operation</strong> (<em>str</em>) – the logical operation to apply to the attribute
818818
inside the collection</p></li>
819-
<li><p><strong>negation</strong> (<em>bool</em>) – negate the funcion or operation inside the iterable</p></li>
819+
<li><p><strong>negation</strong> (<em>bool</em>) – negate the function or operation inside the iterable</p></li>
820820
</ul>
821821
</dd>
822822
<dt class="field-even">Return type<span class="colon">:</span></dt>

0 commit comments

Comments
 (0)