Skip to content

Commit

Permalink
deploy: a13366e
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Sep 23, 2023
1 parent 74eb4ad commit 22c8a88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _modules/plum/signature.html
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ <h1>Source code for plum.signature</h1><div class="highlight"><pre>
<span class="sd"> *types (tuple[type, ...]): Types of the arguments.</span>
<span class="sd"> varargs (type, optional): Type of the variable arguments.</span>
<span class="sd"> return_type (type, optional): Type of the return value. Defaults to `Any`.</span>
<span class="sd"> precedence (int, optional): Precedence. Default to `0`.</span>
<span class="sd"> precedence (int, optional): Precedence. Defaults to `0`.</span>
<span class="sd"> implementation (function, optional): Implementation.</span>

<span class="sd"> Attributes:</span>
Expand Down
2 changes: 1 addition & 1 deletion api.html
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ <h1>Application Programming Interface<a class="headerlink" href="#application-pr
<li><p><strong>*types</strong> (<em>tuple</em><em>[</em><em>type</em><em>, </em><em>...</em><em>]</em>) – Types of the arguments.</p></li>
<li><p><strong>varargs</strong> (<em>type</em><em>, </em><em>optional</em>) – Type of the variable arguments.</p></li>
<li><p><strong>return_type</strong> (<em>type</em><em>, </em><em>optional</em>) – Type of the return value. Defaults to <cite>Any</cite>.</p></li>
<li><p><strong>precedence</strong> (<em>int</em><em>, </em><em>optional</em>) – Precedence. Default to <cite>0</cite>.</p></li>
<li><p><strong>precedence</strong> (<em>int</em><em>, </em><em>optional</em>) – Precedence. Defaults to <cite>0</cite>.</p></li>
<li><p><strong>implementation</strong> (<em>function</em><em>, </em><em>optional</em>) – Implementation.</p></li>
</ul>
</dd>
Expand Down

0 comments on commit 22c8a88

Please sign in to comment.