summaryrefslogtreecommitdiff
path: root/numpy/ma/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/ma/core.py')
-rw-r--r--numpy/ma/core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/ma/core.py b/numpy/ma/core.py
index ba01f3e2e..8c4ad37eb 100644
--- a/numpy/ma/core.py
+++ b/numpy/ma/core.py
@@ -175,7 +175,7 @@ default_filler = {'b': True,
'S': b'N/A',
'u': 999999,
'V': b'???',
- 'U': u'N/A'
+ 'U': 'N/A'
}
# Add datetime64 and timedelta64 types