diff options
Diffstat (limited to 'Lib/codecs.py')
-rw-r--r-- | Lib/codecs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/codecs.py b/Lib/codecs.py index b8b32d5a41..7f478d7191 100644 --- a/Lib/codecs.py +++ b/Lib/codecs.py @@ -292,7 +292,7 @@ class StreamRecoder: conversion: encode and decode work on the frontend (the input to .read() and output of .write()) while Reader and Writer work on the backend (reading and - writing to the the stream). + writing to the stream). You can use these objects to do transparent direct recodings from e.g. latin-1 to utf-8 and back. |