aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@gmail.com>2019-11-11 12:47:48 -0800
committerRaymond Hettinger <rhettinger@users.noreply.github.com>2019-11-11 12:47:48 -0800
commita0ed99bca8475cbc82e9202aa354faba2a4620f4 (patch)
tree711f4057ace58c12f19608a0a428c64724a9b882 /Lib/pydoc_data
parentbpo-38761: Register WeakSet as a MutableSet (GH-17104) (diff)
downloadcpython-a0ed99bca8475cbc82e9202aa354faba2a4620f4.tar.gz
cpython-a0ed99bca8475cbc82e9202aa354faba2a4620f4.tar.bz2
cpython-a0ed99bca8475cbc82e9202aa354faba2a4620f4.zip
bpo-38438: Simplify argparse "star nargs" usage. (GH-17106)
Diffstat (limited to 'Lib/pydoc_data')
-rw-r--r--Lib/pydoc_data/topics.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index 1fb19f241ac..d3559e445ab 100644
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -3903,7 +3903,7 @@ topics = {'assert': 'The "assert" statement\n'
'is\n'
' first hit. The arguments are the same as for "break".\n'
'\n'
- 'cl(ear) [filename:lineno | bpnumber [bpnumber ...]]\n'
+ 'cl(ear) [filename:lineno | bpnumber ...]\n'
'\n'
' With a *filename:lineno* argument, clear all the breakpoints '
'at\n'
@@ -3913,7 +3913,7 @@ topics = {'assert': 'The "assert" statement\n'
'first\n'
' ask confirmation).\n'
'\n'
- 'disable [bpnumber [bpnumber ...]]\n'
+ 'disable [bpnumber ...]\n'
'\n'
' Disable the breakpoints given as a space separated list of\n'
' breakpoint numbers. Disabling a breakpoint means it cannot '
@@ -3922,7 +3922,7 @@ topics = {'assert': 'The "assert" statement\n'
'breakpoint, it\n'
' remains in the list of breakpoints and can be (re-)enabled.\n'
'\n'
- 'enable [bpnumber [bpnumber ...]]\n'
+ 'enable [bpnumber ...]\n'
'\n'
' Enable the breakpoints specified.\n'
'\n'