summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-04-15 18:22:00 (GMT)
committerGitHub <noreply@github.com>2024-04-15 18:22:00 (GMT)
commit3375282bb894347b73c11752f0797d90dadaf465 (patch)
tree1dfae89f14c8182dfbe053ea39b3b181bcc8c501 /Doc/library/re.rst
parent78da15406705f88ffa79dafac491fb93b373e8e9 (diff)
downloadcpython-3375282bb894347b73c11752f0797d90dadaf465.zip
cpython-3375282bb894347b73c11752f0797d90dadaf465.tar.gz
cpython-3375282bb894347b73c11752f0797d90dadaf465.tar.bz2
Docs: add link roles with Sphinx extlinks (#117850)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Doc/library/re.rst')
-rw-r--r--Doc/library/re.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst
index 0336121..fe7da85 100644
--- a/Doc/library/re.rst
+++ b/Doc/library/re.rst
@@ -48,7 +48,7 @@ fine-tuning parameters.
.. seealso::
- The third-party `regex <https://pypi.org/project/regex/>`_ module,
+ The third-party :pypi:`regex` module,
which has an API compatible with the standard library :mod:`re` module,
but offers additional functionality and a more thorough Unicode support.