diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-03-30 09:33:39 -0400 |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-03-30 09:33:39 -0400 |
commit | 108d01a0a4eea38ed5b8e88de34ee2d0324fec65 (patch) | |
tree | c8ea966bbb29aec9588e712cd8c7230d63ac89e0 /numpy/matrixlib/tests/test_defmatrix.py | |
parent | f879b158ab59e77fec9ecbb6b5fb988ba95afc4f (diff) | |
download | numpy-108d01a0a4eea38ed5b8e88de34ee2d0324fec65.tar.gz |
DOC: Fix minor typos
Found via `codespell -q 3 -I ../numpy-whitelist.txt`
Diffstat (limited to 'numpy/matrixlib/tests/test_defmatrix.py')
-rw-r--r-- | numpy/matrixlib/tests/test_defmatrix.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/matrixlib/tests/test_defmatrix.py b/numpy/matrixlib/tests/test_defmatrix.py index 9575f9c8a..d5435a1a3 100644 --- a/numpy/matrixlib/tests/test_defmatrix.py +++ b/numpy/matrixlib/tests/test_defmatrix.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: |