We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92873d6 commit 4bae23aCopy full SHA for 4bae23a
Modules/_codecsmodule.c
@@ -1029,8 +1029,10 @@ _codecs._normalize_encoding
1029
encoding: str(encoding='ascii')
1030
/
1031
1032
-Normalize an encoding name, while not converting to lower case (to_lower == 1).
+Normalize an encoding name *encoding*.
1033
+
1034
Used for encodings.normalize_encoding.
1035
+Does not convert to lower case (to_lower == 1).
1036
[clinic start generated code]*/
1037
1038
static PyObject *
0 commit comments