diff options
Diffstat (limited to 'v7.1.3/output/botcore.utils.regex.html')
-rw-r--r-- | v7.1.3/output/botcore.utils.regex.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v7.1.3/output/botcore.utils.regex.html b/v7.1.3/output/botcore.utils.regex.html index 3c4b7b51..aa16b1a3 100644 --- a/v7.1.3/output/botcore.utils.regex.html +++ b/v7.1.3/output/botcore.utils.regex.html @@ -285,7 +285,7 @@ <p class="admonition-title">Warning</p> <p>This regex pattern will capture until a whitespace, if you are to use the ‘invite’ capture group in any HTTP requests or similar. Please ensure you sanitise the output using something -such as <code class="xref py py-func docutils literal notranslate"><span class="pre">urllib.parse.quote()</span></code>.</p> +such as <a class="reference external" href="https://docs.python.org/3/library/urllib.parse.html#urllib.parse.quote" title="(in Python v3.10)"><code class="xref py py-func docutils literal notranslate"><span class="pre">urllib.parse.quote()</span></code></a>.</p> </div> <dl class="field-list simple"> </dl> |