Kaydet (Commit) d254c009 authored tarafından Fred Drake's avatar Fred Drake

Remove redundent information from a docstring.

üst 8093b70a
...@@ -521,9 +521,6 @@ def EncodedFile(file, data_encoding, file_encoding=None, errors='strict'): ...@@ -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 to 'strict' which causes ValueErrors to be raised in case an
encoding error occurs. 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 The returned wrapped file object provides two extra attributes
.data_encoding and .file_encoding which reflect the given .data_encoding and .file_encoding which reflect the given
parameters of the same name. The attributes can be used for parameters of the same name. The attributes can be used for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment