summaryrefslogtreecommitdiff
path: root/docs/ref/utils.txt
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2018-04-17 15:19:29 -0700
committerTim Graham <timograham@gmail.com>2018-04-17 20:56:33 -0400
commitb98fa241ddbb22507cb63886f697d25f43197cba (patch)
treec77c4ae32e46ff4e30bac0c6e11546f4ab2241fd /docs/ref/utils.txt
parent3619d322098ae3573707adae22cb0c086e948210 (diff)
[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Backport of 64b74804c537b12d4cca64f7cb529c0478b4c4d9 from master
Diffstat (limited to 'docs/ref/utils.txt')
-rw-r--r--docs/ref/utils.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/utils.txt b/docs/ref/utils.txt
index ed53d08be5..636f9cd331 100644
--- a/docs/ref/utils.txt
+++ b/docs/ref/utils.txt
@@ -672,7 +672,7 @@ escaping HTML.
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.python.org/pypi/bleach>`_ Python library.
+ <https://pypi.org/project/bleach/>`_ Python library.
.. function:: html_safe()