Remove redundent information from a docstring.

This commit is contained in:
Fred Drake 2000-10-02 22:11:47 +00:00
parent 8093b70a12
commit d254c0095c
1 changed files with 0 additions and 3 deletions

View 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