]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-45277: Fix typo in codecs doc (GH-28555)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 25 Sep 2021 02:16:48 +0000 (19:16 -0700)
committerGitHub <noreply@github.com>
Sat, 25 Sep 2021 02:16:48 +0000 (19:16 -0700)
encoding => encode
(cherry picked from commit 4c0fc65cd8a6d4c18330505576ccd4b46abeec1c)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Doc/library/codecs.rst

index 0dcd88f9fd5b7fd1fdec8b9eb0c99a7c5b696213..ef71832bcef1d365ff0ae059b34337ee308f5176 100644 (file)
@@ -923,7 +923,7 @@ it's a device to determine the storage layout of the encoded bytes, and vanishes
 once the byte sequence has been decoded into a string; as a ``ZERO WIDTH
 NO-BREAK SPACE`` it's a normal character that will be decoded like any other.
 
-There's another encoding that is able to encoding the full range of Unicode
+There's another encoding that is able to encode the full range of Unicode
 characters: UTF-8. UTF-8 is an 8-bit encoding, which means there are no issues
 with byte order in UTF-8. Each byte in a UTF-8 byte sequence consists of two
 parts: marker bits (the most significant bits) and payload bits. The marker bits