Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb7c8ae + a87e6ba commit 258a5d4Copy full SHA for 258a5d4
1 file changed
Doc/library/fileinput.rst
@@ -195,7 +195,7 @@ The two following opening hooks are provided by this module:
195
196
.. function:: hook_encoded(encoding)
197
198
- Returns a hook which opens each file with :func:`codecs.open`, using the given
+ Returns a hook which opens each file with :func:`open`, using the given
199
*encoding* to read the file.
200
201
Usage example: ``fi =
0 commit comments