From 108d01a0a4eea38ed5b8e88de34ee2d0324fec65 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Fri, 30 Mar 2018 09:33:39 -0400 Subject: DOC: Fix minor typos Found via `codespell -q 3 -I ../numpy-whitelist.txt` --- numpy/core/numeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/numeric.py') diff --git a/numpy/core/numeric.py b/numpy/core/numeric.py index aa5059180..d154206c5 100644 --- a/numpy/core/numeric.py +++ b/numpy/core/numeric.py @@ -1,7 +1,7 @@ from __future__ import division, absolute_import, print_function try: - # Accessing collections abstact classes from collections + # Accessing collections abstract classes from collections # has been deprecated since Python 3.3 import collections.abc as collections_abc except ImportError: -- cgit v1.2.1