summaryrefslogtreecommitdiff
path: root/numpy/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/__init__.py')
-rw-r--r--numpy/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/__init__.py b/numpy/__init__.py
index 0f57adcb2..6e0b60913 100644
--- a/numpy/__init__.py
+++ b/numpy/__init__.py
@@ -212,8 +212,8 @@ else:
extended_msg=_int_extended_msg.format("long")))
__deprecated_attrs__["unicode"] = (
- getattr(compat, "long"),
- _msg.format(n="unciode", n2="str",
+ getattr(compat, "unicode"),
+ _msg.format(n="unicode", n2="str",
extended_msg=_specific_msg.format("str_")))
del _msg, _specific_msg, _int_extended_msg, _type_info, _builtins