summaryrefslogtreecommitdiffstats
path: root/Lib/encodings/undefined.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/encodings/undefined.py')
-rw-r--r--Lib/encodings/undefined.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/encodings/undefined.py b/Lib/encodings/undefined.py
index 4690288..082771e 100644
--- a/Lib/encodings/undefined.py
+++ b/Lib/encodings/undefined.py
@@ -1,6 +1,6 @@
""" Python 'undefined' Codec
- This codec will always raise a ValueError exception when being
+ This codec will always raise a UnicodeError exception when being
used. It is intended for use by the site.py file to switch off
automatic string to Unicode coercion.