diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-06-21 17:25:39 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-06-21 17:29:19 -0600 |
commit | 8b955989a9f4fd6498c669af872732cdaee6c59a (patch) | |
tree | fa4890e389596bfaf1f64022adc9fd94f8a67132 /numpy/lib/index_tricks.py | |
parent | f0c898b6017cc011561d7f1e611e08283ecfdb08 (diff) | |
download | numpy-8b955989a9f4fd6498c669af872732cdaee6c59a.tar.gz |
DOC: Fix examples in npyio.py to properly import StringIO.
In two places they were doing
>>> from StringIO import StringIO
Since Python 2.6 that should be
>>> from io import StringIO
Closes #5995.
Diffstat (limited to 'numpy/lib/index_tricks.py')
0 files changed, 0 insertions, 0 deletions