summaryrefslogtreecommitdiffstats
path: root/Doc/library/pdb.rst
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-11-04 12:17:56 (GMT)
committerGitHub <noreply@github.com>2017-11-04 12:17:56 (GMT)
commit12d60560ac8349595d8f44b5e1ec5ff86f3f0029 (patch)
treed3d1d582ae4aaf077390a6a0563cf53510a4c452 /Doc/library/pdb.rst
parentd4d79bc1ff91b04625c312f0219c89aabcd19ce4 (diff)
downloadcpython-12d60560ac8349595d8f44b5e1ec5ff86f3f0029.zip
cpython-12d60560ac8349595d8f44b5e1ec5ff86f3f0029.tar.gz
cpython-12d60560ac8349595d8f44b5e1ec5ff86f3f0029.tar.bz2
Add version{changed,added} markers and make minor style changes (GH-4273)
Diffstat (limited to 'Doc/library/pdb.rst')
-rw-r--r--Doc/library/pdb.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/pdb.rst b/Doc/library/pdb.rst
index c5d4181..4f3148f 100644
--- a/Doc/library/pdb.rst
+++ b/Doc/library/pdb.rst
@@ -123,10 +123,10 @@ slightly different way:
Enter the debugger at the calling stack frame. This is useful to hard-code
a breakpoint at a given point in a program, even if the code is not
otherwise being debugged (e.g. when an assertion fails). If given,
- ``header`` is printed to the console just before debugging begins.
+ *header* is printed to the console just before debugging begins.
- .. versionadded:: 3.7
- The keyword-only argument ``header``.
+ .. versionchanged:: 3.7
+ The keyword-only argument *header*.
.. function:: post_mortem(traceback=None)