File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -224,5 +224,5 @@ The two following opening hooks are provided by this module:
224224 Added the optional *errors * parameter.
225225
226226 .. deprecated :: 3.10
227- This function is deprecated since :func: `input ` and :class: `FileInput `
227+ This function is deprecated since :func: `fileinput. input ` and :class: `FileInput `
228228 now have *encoding * and *errors * parameters.
Original file line number Diff line number Diff line change @@ -739,7 +739,7 @@ The following attribute and methods should only be used by classes derived from
739739
740740 This method, if implemented, will be called by the parent
741741 :class: `OpenerDirector `. It should return a file-like object as described in
742- the return value of the :meth: `open ` of :class: `OpenerDirector `, or ``None ``.
742+ the return value of the :meth: `~OpenerDirector. open ` method of :class: `OpenerDirector `, or ``None ``.
743743 It should raise :exc: `~urllib.error.URLError `, unless a truly exceptional
744744 thing happens (for example, :exc: `MemoryError ` should not be mapped to
745745 :exc: `URLError `).
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ ZipFile Objects
311311 compressed text files in :term: `universal newlines ` mode.
312312
313313 .. versionchanged :: 3.6
314- :meth: `open ` can now be used to write files into the archive with the
314+ :meth: `ZipFile. open ` can now be used to write files into the archive with the
315315 ``mode='w' `` option.
316316
317317 .. versionchanged :: 3.6
You can’t perform that action at this time.
0 commit comments