diff options
| author | Tim Graham <timograham@gmail.com> | 2023-04-16 19:14:09 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-04-17 07:44:29 +0200 |
| commit | 26f181939ebdad3811736aadeb5634bbdcaca025 (patch) | |
| tree | 5f18511a1bb833a58b49660035b8bc800ffe9b89 /docs/ref/utils.txt | |
| parent | 509401313471ac0e9ef2e0c575c02db4436d6158 (diff) | |
[4.2.x] Used extlinks for PyPI links.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Backport of 2c4dc6476083c853b654e462c7ff65dbe0334c9e from main
Diffstat (limited to 'docs/ref/utils.txt')
| -rw-r--r-- | docs/ref/utils.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt index 070ff6f95c..644532f621 100644 --- a/docs/ref/utils.txt +++ b/docs/ref/utils.txt @@ -707,8 +707,8 @@ escaping HTML. If ``value`` is ``"<b>Joel</b> <button>is</button> a <span>slug</span>"`` the return value will be ``"Joel is a slug"``. - If you are looking for a more robust solution, take a look at the `bleach - <https://pypi.org/project/bleach/>`_ Python library. + If you are looking for a more robust solution, take a look at the + :pypi:`bleach` Python package. .. function:: html_safe() |
