New submission from HugoThiolliere <[email protected]>: There is a typo in https://docs.python.org/3/library/codecs.html#encodings-and-unicode
The first sentence in the last paragraph before the table reads : "There’s another encoding that is able to encoding the full range of Unicode characters" When it should read "There’s another encoding that is able to encode the full range of Unicode characters" ---------- assignee: docs@python components: Documentation messages: 402545 nosy: Gronahak, docs@python priority: normal severity: normal status: open title: typo in codecs documentation type: enhancement versions: Python 3.9 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue45277> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
