diff options
| -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 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: |
