Skip to content

Commit 458fea8

Browse files
Revert unlinking doc
1 parent da9053a commit 458fea8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ Changes in the Python API
11391139
(Contributed by Christian Heimes in :issue:`36384`).
11401140

11411141
* :func:`codecs.lookup` now normalizes the encoding name the same way as
1142-
:func:`!encodings.normalize_encoding`, except that :func:`codecs.lookup` also
1142+
:func:`encodings.normalize_encoding`, except that :func:`codecs.lookup` also
11431143
converts the name to lower case. For example, ``"latex+latin1"`` encoding
11441144
name is now normalized to ``"latex_latin1"``.
11451145
(Contributed by Jordon Xu in :issue:`37751`.)

0 commit comments

Comments
 (0)