diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2022-06-30 07:39:47 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-30 07:39:47 -0700 |
commit | 7cbeb8e906339c8eeae79d7ba1ea70a719cd76c3 (patch) | |
tree | eba788d80039372d0e464e189f6c37320d6b693d /numpy/typing | |
parent | aec865126dc9b835cf6083c85587690dd556092b (diff) | |
download | numpy-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__.py | 2 |
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: |