diff options
Diffstat (limited to 'doc/source/release/1.21.0-notes.rst')
-rw-r--r-- | doc/source/release/1.21.0-notes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/release/1.21.0-notes.rst b/doc/source/release/1.21.0-notes.rst index 270cc32de..88a4503de 100644 --- a/doc/source/release/1.21.0-notes.rst +++ b/doc/source/release/1.21.0-notes.rst @@ -522,7 +522,7 @@ either of these distributions are produced. Placeholder annotations have been improved ------------------------------------------ All placeholder annotations, that were previously annotated as ``typing.Any``, -have been improved. Where appropiate they have been replaced with explicit +have been improved. Where appropriate they have been replaced with explicit function definitions, classes or other miscellaneous objects. (`gh-18934 <https://github.com/numpy/numpy/pull/18934>`__) |