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.
1 parent 3c30805 commit c081866Copy full SHA for c081866
Doc/library/fileinput.rst
@@ -51,7 +51,7 @@ You can control how files are opened by providing an opening hook via the
51
hook must be a function that takes two arguments, *filename* and *mode*, and
52
returns an accordingly opened file-like object. If *encoding* and/or *errors*
53
are specified, they will be passed to the hook as aditional keyword arguments.
54
-This module provides a :func:`hook_encoded` to support compressed files.
+This module provides a :func:`hook_compressed` to support compressed files.
55
56
The following function is the primary interface of this module:
57
0 commit comments