Skip to content

Commit 11d988b

Browse files
sortafreelGallaecio
authored andcommitted
Fix typo in _c18n_encoding function (#139)
1 parent 0b891dc commit 11d988b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

w3lib/encoding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def html_body_declared_encoding(html_body_str):
109109
}
110110

111111
def _c18n_encoding(encoding):
112-
"""Cannonicalize an encoding name
112+
"""Canonicalize an encoding name
113113
114114
This performs normalization and translates aliases using python's
115115
encoding aliases

0 commit comments

Comments
 (0)