mirror of https://github.com/python/cpython
#5153: fix typo in example.
This commit is contained in:
parent
97a69f0c10
commit
174fbe7742
|
@ -1651,7 +1651,7 @@ arguments::
|
|||
value.append(arg)
|
||||
|
||||
del parser.rargs[:len(value)]
|
||||
setattr(parser.values, option.dest, value))
|
||||
setattr(parser.values, option.dest, value)
|
||||
|
||||
[...]
|
||||
parser.add_option("-c", "--callback", dest="vararg_attr",
|
||||
|
|
Loading…
Reference in New Issue