mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Part of #2154: minimal syntax fixes in doc example snippets.
This commit is contained in:
parent
359b9e994b
commit
12db865a64
2 changed files with 6 additions and 6 deletions
|
@ -1633,7 +1633,7 @@ arguments::
|
|||
value.append(arg)
|
||||
del rargs[0]
|
||||
|
||||
setattr(parser.values, option.dest, value)
|
||||
setattr(parser.values, option.dest, value)
|
||||
|
||||
[...]
|
||||
parser.add_option("-c", "--callback",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue