diff options
Diffstat (limited to 'numpy/doc/indexing.py')
-rw-r--r-- | numpy/doc/indexing.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/doc/indexing.py b/numpy/doc/indexing.py index 99def8889..84f300dcd 100644 --- a/numpy/doc/indexing.py +++ b/numpy/doc/indexing.py @@ -405,3 +405,5 @@ converted to an array as a list would be. As an example: :: 40 """ +from __future__ import division + |