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 da9053a commit 458fea8Copy full SHA for 458fea8
1 file changed
Doc/whatsnew/3.9.rst
@@ -1139,7 +1139,7 @@ Changes in the Python API
1139
(Contributed by Christian Heimes in :issue:`36384`).
1140
1141
* :func:`codecs.lookup` now normalizes the encoding name the same way as
1142
- :func:`!encodings.normalize_encoding`, except that :func:`codecs.lookup` also
+ :func:`encodings.normalize_encoding`, except that :func:`codecs.lookup` also
1143
converts the name to lower case. For example, ``"latex+latin1"`` encoding
1144
name is now normalized to ``"latex_latin1"``.
1145
(Contributed by Jordon Xu in :issue:`37751`.)
0 commit comments