summaryrefslogtreecommitdiff
path: root/numpy/typing
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2022-06-30 07:39:47 -0700
committerGitHub <noreply@github.com>2022-06-30 07:39:47 -0700
commit7cbeb8e906339c8eeae79d7ba1ea70a719cd76c3 (patch)
treeeba788d80039372d0e464e189f6c37320d6b693d /numpy/typing
parentaec865126dc9b835cf6083c85587690dd556092b (diff)
downloadnumpy-7cbeb8e906339c8eeae79d7ba1ea70a719cd76c3.tar.gz
DOC: Fix link to PEP-484
Co-authored-by: Bas van Beek <43369155+BvB93@users.noreply.github.com>
Diffstat (limited to 'numpy/typing')
-rw-r--r--numpy/typing/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/typing/__init__.py b/numpy/typing/__init__.py
index 47dfad290..5cf02fe86 100644
--- a/numpy/typing/__init__.py
+++ b/numpy/typing/__init__.py
@@ -5,7 +5,7 @@ Typing (:mod:`numpy.typing`)
.. versionadded:: 1.20
-Large parts of the NumPy API have PEP-484-style[https://peps.python.org/pep-0484/] type annotations. In
+Large parts of the NumPy API have :pep:`484`-style type annotations. In
addition a number of type aliases are available to users, most prominently
the two below: