Skip to content

Commit 91ac15e

Browse files
Fix the module reference.
1 parent 2e2df1e commit 91ac15e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The :mod:`XML parser <pyexpat>` now raises :exc:`ValueError` for known
1+
The :mod:`XML parser <xml.parsers.expat>` now raises :exc:`ValueError` for known
22
unsupported multi-byte encodings such us "UTF8", "ISO-2022-JP" or
33
"raw-unicode-escape" instead of failing later, when encounter non-ASCII
44
data.

0 commit comments

Comments
 (0)