aboutsummaryrefslogtreecommitdiffstats
path: root/v7.1.3/output/botcore.utils.html
diff options
context:
space:
mode:
authorGravatar HassanAbouelela <[email protected]>2022-06-28 12:11:54 +0000
committerGravatar HassanAbouelela <[email protected]>2022-06-28 12:11:54 +0000
commit05394fec96b65e6f97d53a5b4d5fe47b07fcebc2 (patch)
tree402ced04f0bf0608a8557e9f4f62fd058058f6b7 /v7.1.3/output/botcore.utils.html
parentDeploying to docs from @ python-discord/bot-core@149e278d3b6111a6f45f31e99311... (diff)
Deploying to docs from @ python-discord/bot-core@28be7e1e8b712084a883a9199028c0cab876361c 🚀
Diffstat (limited to 'v7.1.3/output/botcore.utils.html')
-rw-r--r--v7.1.3/output/botcore.utils.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/v7.1.3/output/botcore.utils.html b/v7.1.3/output/botcore.utils.html
index 5b372970..85ecd232 100644
--- a/v7.1.3/output/botcore.utils.html
+++ b/v7.1.3/output/botcore.utils.html
@@ -205,7 +205,7 @@
</li>
<li class="toctree-l2 ">
- <a class="version_link reference internal" href="../../v7.2.0-alpha/output/botcore.utils.html">v7.2.0-alpha</a>
+ <a class="version_link reference internal" href="../../v7.2.0/output/botcore.utils.html">v7.2.0</a>
</li>
<li class="toctree-l2 current-page">
@@ -291,7 +291,7 @@ that will act as top-level groups rather than being aliases of the command’s g
</dl>
<dl class="field-list simple">
<dt class="field-odd">Return type<span class="colon">:</span></dt>
-<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/constants.html#None" title="(in Python v3.10)"><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></a></p>
+<dd class="field-odd"><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">None</span></code></p>
</dd>
</dl>
</dd></dl>
@@ -302,10 +302,10 @@ that will act as top-level groups rather than being aliases of the command’s g
<dd><p>Return an unqualified name given a qualified module/package <code class="docutils literal notranslate"><span class="pre">name</span></code>.</p>
<dl class="field-list simple">
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
-<dd class="field-odd"><p><strong>name</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.10)"><code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code></a>) – The module name to unqualify.</p>
+<dd class="field-odd"><p><strong>name</strong> (<code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code>) – The module name to unqualify.</p>
</dd>
<dt class="field-even">Return type<span class="colon">:</span></dt>
-<dd class="field-even"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.10)"><code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code></a></p>
+<dd class="field-even"><p><code class="xref py py-class docutils literal notranslate"><span class="pre">str</span></code></p>
</dd>
<dt class="field-odd">Returns<span class="colon">:</span></dt>
<dd class="field-odd"><p>The unqualified module name.</p>