mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
Fix some markup glitches.
This commit is contained in:
parent
6086118ced
commit
a5eacee237
4 changed files with 6 additions and 4 deletions
|
@ -347,7 +347,8 @@ by the local file.
|
|||
.. pdbcommand:: l(ist) [first[, last]]
|
||||
|
||||
List source code for the current file. Without arguments, list 11 lines
|
||||
around the current line or continue the previous listing. With one argument,
|
||||
around the current line or continue the previous listing. With ``.`` as
|
||||
argument, list 11 lines around the current line. With one argument,
|
||||
list 11 lines around at that line. With two arguments, list the given range;
|
||||
if the second argument is less than the first, it is interpreted as a count.
|
||||
|
||||
|
|
|
@ -638,7 +638,8 @@ sorting the handler instances.
|
|||
:meth:`unknown_open`.
|
||||
|
||||
Note that the implementation of these methods may involve calls of the parent
|
||||
:class:`OpenerDirector` instance's :meth:`.open` and :meth:`.error` methods.
|
||||
:class:`OpenerDirector` instance's :meth:`~OpenerDirector.open` and
|
||||
:meth:`~OpenerDirector.error` methods.
|
||||
|
||||
#. Every handler with a method named like :meth:`protocol_response` has that
|
||||
method called to post-process the response.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue