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 /doc/summarize.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 'doc/summarize.py')
-rwxr-xr-x | doc/summarize.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/summarize.py b/doc/summarize.py index 972e298f4..cfce2713e 100755 --- a/doc/summarize.py +++ b/doc/summarize.py @@ -9,7 +9,7 @@ from __future__ import division, absolute_import, print_function import os, glob, re, sys, inspect, optparse 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: |