File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -734,7 +734,7 @@ The following attribute and methods should only be used by classes derived from
734
734
735
735
This method, if implemented, will be called by the parent
736
736
:class: `OpenerDirector `. It should return a file-like object as described in
737
- the return value of the :meth: `open ` of :class: `OpenerDirector `, or ``None ``.
737
+ the return value of the :meth: `~OpenerDirector. open ` method of :class: `OpenerDirector `, or ``None ``.
738
738
It should raise :exc: `~urllib.error.URLError `, unless a truly exceptional
739
739
thing happens (for example, :exc: `MemoryError ` should not be mapped to
740
740
:exc: `URLError `).
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ ZipFile Objects
289
289
compressed text files in :term: `universal newlines ` mode.
290
290
291
291
.. versionchanged :: 3.6
292
- :meth: `open ` can now be used to write files into the archive with the
292
+ :meth: `ZipFile. open ` can now be used to write files into the archive with the
293
293
``mode='w' `` option.
294
294
295
295
.. versionchanged :: 3.6
You can’t perform that action at this time.
0 commit comments