]> granicus.if.org Git - python/commitdiff
Remove redundent information from a docstring.
authorFred Drake <fdrake@acm.org>
Mon, 2 Oct 2000 22:11:47 +0000 (22:11 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 2 Oct 2000 22:11:47 +0000 (22:11 +0000)
Lib/codecs.py

index 2c1d8354505bc05529b3b95852aff323053239ac..56b6dcf0dcc38962c3ac39da2c1b1f3d39fc9004 100644 (file)
@@ -521,9 +521,6 @@ def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'):
         to 'strict' which causes ValueErrors to be raised in case an
         encoding error occurs.
 
-        data_encoding and file_encoding are added to the wrapped file
-        object as attributes .data_encoding and .file_encoding resp.
-
         The returned wrapped file object provides two extra attributes
         .data_encoding and .file_encoding which reflect the given
         parameters of the same name. The attributes can be used for