File tree 3 files changed +3
-3
lines changed
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:
224
224
Added the optional *errors * parameter.
225
225
226
226
.. 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 `
228
228
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
739
739
740
740
This method, if implemented, will be called by the parent
741
741
: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 ``.
743
743
It should raise :exc: `~urllib.error.URLError `, unless a truly exceptional
744
744
thing happens (for example, :exc: `MemoryError ` should not be mapped to
745
745
:exc: `URLError `).
Original file line number Diff line number Diff line change @@ -311,7 +311,7 @@ ZipFile Objects
311
311
compressed text files in :term: `universal newlines ` mode.
312
312
313
313
.. 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
315
315
``mode='w' `` option.
316
316
317
317
.. versionchanged :: 3.6
You can’t perform that action at this time.
0 commit comments