diff options
Diffstat (limited to 'v7.1.3/output/botcore.utils.html')
| -rw-r--r-- | v7.1.3/output/botcore.utils.html | 8 | 
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>  |