From: Fred Drake Date: Fri, 17 Mar 2000 15:42:11 +0000 (+0000) Subject: Oops, another in the same file; I should read the mail fully before X-Git-Tag: v1.6a1~195 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=908670cdaa0a0257ada82b08b04392ebeeac5cf6;p=thirdparty%2FPython%2Fcpython.git Oops, another in the same file; I should read the mail fully before checking in; sorry! "the the" --> "the" (in docstring); noted by Detlef Lannert . --- diff --git a/Lib/codecs.py b/Lib/codecs.py index b8b32d5a4155..7f478d7191d2 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.