File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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
734734
735735 This method, if implemented, will be called by the parent
736736 :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 ``.
738738 It should raise :exc: `~urllib.error.URLError `, unless a truly exceptional
739739 thing happens (for example, :exc: `MemoryError ` should not be mapped to
740740 :exc: `URLError `).
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ ZipFile Objects
289289 compressed text files in :term: `universal newlines ` mode.
290290
291291 .. 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
293293 ``mode='w' `` option.
294294
295295 .. versionchanged :: 3.6
You can’t perform that action at this time.
0 commit comments