Skip to content

Commit fc2a0f7

Browse files
Wrap text
1 parent bc6a2f9 commit fc2a0f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/codecs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ any codec:
5858
Return a mapping suitable for decoding a custom single-byte encoding.
5959
Given a :class:`str` *string* of up to 256 characters representing an
6060
encoding table, returns either a compact internal mapping object
61-
``EncodingMap`` or a :class:`dictionary <dict>` mapping character ordinals to byte values.
62-
Raises a :exc:`TypeError` on invalid input.
61+
``EncodingMap`` or a :class:`dictionary <dict>` mapping character ordinals
62+
to byte values. Raises a :exc:`TypeError` on invalid input.
6363

6464
The full details for each codec can also be looked up directly:
6565

0 commit comments

Comments
 (0)