diff options
Diffstat (limited to 'numpy/core/defchararray.py')
-rw-r--r-- | numpy/core/defchararray.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/defchararray.py b/numpy/core/defchararray.py index f79389967..201a860cc 100644 --- a/numpy/core/defchararray.py +++ b/numpy/core/defchararray.py @@ -15,7 +15,7 @@ _unicode = unicode class chararray(ndarray): def __new__(subtype, shape, itemsize=1, unicode=False, buffer=None, - offset=0, strides=None, order=None): + offset=0, strides=None, order='C'): global _globalvar if unicode: |