Skip to content

Commit

Permalink
bpo-45277: Fix typo in codecs doc (GH-28555)
Browse files Browse the repository at this point in the history
encoding => encode
(cherry picked from commit 4c0fc65)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
  • Loading branch information
miss-islington and terryjreedy committed Sep 25, 2021
1 parent 402d5f3 commit 371ca3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/codecs.rst
Expand Up @@ -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
Expand Down

0 comments on commit 371ca3b

Please sign in to comment.