From 0c70787c04d7b0febacb14edfe214cb68d87b6c3 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Fri, 31 May 2019 03:13:33 -0400 Subject: MAINT: Misc. typo fixes (#13664) * DOC, MAINT: Misc. typo fixes Found via `codespell` --- numpy/doc/basics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/doc/basics.py') diff --git a/numpy/doc/basics.py b/numpy/doc/basics.py index 61f5bf4ef..7946c6432 100644 --- a/numpy/doc/basics.py +++ b/numpy/doc/basics.py @@ -276,7 +276,7 @@ but gives 1874919424 (incorrect) for a 32-bit integer. The behaviour of NumPy and Python integer types differs significantly for integer overflows and may confuse users expecting NumPy integers to behave similar to Python's ``int``. Unlike NumPy, the size of Python's ``int`` is -flexible. This means Python integers may expand to accomodate any integer and +flexible. This means Python integers may expand to accommodate any integer and will not overflow. NumPy provides `numpy.iinfo` and `numpy.finfo` to verify the -- cgit v1.2.1