From 7cbeb8e906339c8eeae79d7ba1ea70a719cd76c3 Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Thu, 30 Jun 2022 07:39:47 -0700 Subject: DOC: Fix link to PEP-484 Co-authored-by: Bas van Beek <43369155+BvB93@users.noreply.github.com> --- numpy/typing/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') 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: -- cgit v1.2.1