[docs] [issue15831] comma after leading optional argument is after bracket in docs

Chris Jerdonek report at bugs.python.org
Sun Sep 2 15:47:19 CEST 2012


Chris Jerdonek added the comment:
Here are a couple functions that may need a fix different from multiple signatures:
print([object, ...], *, sep=' ', end='\n', file=sys.stdout, flush=False)
http://docs.python.org/dev/library/functions.html#print
class argparse.ArgumentParser([description][, epilog][, prog][, usage][, add_help][, argument_default][, parents][, prefix_chars][, conflict_handler][, formatter_class])
http://docs.python.org/dev/library/argparse.html#argparse.ArgumentParser
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15831>
_______________________________________


More information about the docs mailing list

AltStyle によって変換されたページ (->オリジナル) /