diff options
author | Stéphane Wirtel <stephane@wirtel.be> | 2018-01-30 09:34:33 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2018-01-30 09:34:33 (GMT) |
commit | 67adb31a416864f853772c3e74a06caeadc9b6f1 (patch) | |
tree | b9f2af001c93c37f8278e4455fb5ccf26d0178a7 /Misc | |
parent | 066df4fd454d6ff9be66e80b2a65995b10af174f (diff) | |
download | cpython-67adb31a416864f853772c3e74a06caeadc9b6f1.zip cpython-67adb31a416864f853772c3e74a06caeadc9b6f1.tar.gz cpython-67adb31a416864f853772c3e74a06caeadc9b6f1.tar.bz2 |
bpo-32724: Fix references to commands in Doc/pdb.rst (GH-5444)
Some commands are specified in the documentation, but there is no direct
references.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-01-30-09-00-19.bpo-32724.qPIaM-.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-01-30-09-00-19.bpo-32724.qPIaM-.rst b/Misc/NEWS.d/next/Documentation/2018-01-30-09-00-19.bpo-32724.qPIaM-.rst new file mode 100644 index 0000000..ddef632 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-01-30-09-00-19.bpo-32724.qPIaM-.rst @@ -0,0 +1,2 @@ +Add references to some commands in the documentation of Pdb. Patch by +Stéphane Wirtel |