Skip to content

Commit 390ff73

Browse files
committed
Deploying to gh-pages from @ 8d3f5d5 🚀
1 parent 19e228d commit 390ff73

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

helper-functions.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,8 @@ <h2>Entry-point Helpers<a class="headerlink" href="#entry-point-helpers" title="
267267
<dl class="field-list simple">
268268
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
269269
<dd class="field-odd"><ul class="simple">
270-
<li><p><strong>xs</strong> (<em>arrays</em>) – one or more arrays.</p></li>
270+
<li><p><strong>xs</strong> (<em>arrays</em>) – one or more arrays. xs can also be Python scalars (bool, int, float,
271+
complex, or None), which are ignored.</p></li>
271272
<li><p><strong>api_version</strong> (<em>str</em>) – The newest version of the spec that you need support for (currently
272273
the compat library wrapped APIs support v2023.12).</p></li>
273274
<li><p><strong>use_compat</strong> (<em>bool or None</em>) – If None (the default), the native namespace will be returned if it is

0 commit comments

Comments
 (0)