From 908670cdaa0a0257ada82b08b04392ebeeac5cf6 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 17 Mar 2000 15:42:11 +0000 Subject: 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 . --- Lib/codecs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/codecs.py b/Lib/codecs.py index b8b32d5..7f478d7 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. -- cgit v0.12