summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorssanya942 <83265366+ssanya942@users.noreply.github.com>2022-06-30 00:57:37 +0530
committerGitHub <noreply@github.com>2022-06-30 00:57:37 +0530
commitaec865126dc9b835cf6083c85587690dd556092b (patch)
treea3a8e458834710662b10041aeab9e5c86124af70 /numpy
parent2c79206d6048886635d5548721de0017c3fd9e74 (diff)
downloadnumpy-aec865126dc9b835cf6083c85587690dd556092b.tar.gz
Linking PEP-484, as suggested
Diffstat (limited to 'numpy')
-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 840b9ca72..47dfad290 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 type annotations. In
+Large parts of the NumPy API have PEP-484-style[https://peps.python.org/pep-0484/] type annotations. In
addition a number of type aliases are available to users, most prominently
the two below: