Kaydet (Commit) 810f807b authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

#3040: include 'dest' argument in example; trim some trailing whitespace

üst 48a937ab
......@@ -1637,7 +1637,7 @@ arguments::
setattr(parser.values, option.dest, value)
[...]
parser.add_option("-c", "--callback",
parser.add_option("-c", "--callback", dest="vararg_attr",
action="callback", callback=vararg_callback)
The main weakness with this particular implementation is that negative numbers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment