diff options
Diffstat (limited to 'numpy/typing/mypy_plugin.py')
-rw-r--r-- | numpy/typing/mypy_plugin.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/numpy/typing/mypy_plugin.py b/numpy/typing/mypy_plugin.py index d698673fc..02bd18887 100644 --- a/numpy/typing/mypy_plugin.py +++ b/numpy/typing/mypy_plugin.py @@ -12,9 +12,9 @@ Its functionality can be split into three distinct parts: likes of `~numpy.float128` and `~numpy.complex256`. Without the plugin *all* extended-precision types will, as far as mypy is concerned, be available to all platforms. -* Assigning the (platform-dependent) precision of `~numpy.ctypeslib.c_intp`. - Without the plugin aforementioned type will default to `ctypes.c_int64`. - +* .. versionadded:: 1.22 + Assigning the (platform-dependent) precision of `~numpy.ctypeslib.c_intp`. + Without the plugin aforementioned type will default to `ctypes.c_int64`. Examples -------- |