Kaydet (Commit) cd77dd63 authored tarafından Brett Cannon's avatar Brett Cannon

Fix minor error in example.

üst f50299c3
......@@ -606,7 +606,7 @@ def main():
action="store_false", dest="verbose")
options, args = parser.parse_args()
if len(args) != 1:
if len(args) != 2:
parser.error("incorrect number of arguments")
if options.verbose:
......
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