We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6a2f9 commit fc2a0f7Copy full SHA for fc2a0f7
1 file changed
Doc/library/codecs.rst
@@ -58,8 +58,8 @@ any codec:
58
Return a mapping suitable for decoding a custom single-byte encoding.
59
Given a :class:`str` *string* of up to 256 characters representing an
60
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.
+ ``EncodingMap`` or a :class:`dictionary <dict>` mapping character ordinals
+ to byte values. Raises a :exc:`TypeError` on invalid input.
63
64
The full details for each codec can also be looked up directly:
65
0 commit comments