diff options
Diffstat (limited to 'numpy/core/fromnumeric.py')
-rw-r--r-- | numpy/core/fromnumeric.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/numpy/core/fromnumeric.py b/numpy/core/fromnumeric.py index 7596e3707..9ca56ce27 100644 --- a/numpy/core/fromnumeric.py +++ b/numpy/core/fromnumeric.py @@ -1,4 +1,8 @@ -# Module containing non-deprecated functions borrowed from Numeric. +"""Module containing non-deprecated functions borrowed from Numeric. + +""" +from __future__ import division + __docformat__ = "restructuredtext en" # functions that are now methods |