#14804: Remove [] around optional arguments with default values

Mostly just mechanical removal of []. In some rare cases I've pulled the
default value up into the argument list.
This commit is contained in:
Hynek Schlawack 2012-05-22 10:27:40 +02:00
parent ed8cf7a543
commit e58ce01f30
25 changed files with 61 additions and 61 deletions

View file

@ -200,7 +200,7 @@ numbering information.
information is omitted if the flag is false or omitted.
.. function:: compilest(ast[, filename='<syntax-tree>'])
.. function:: compilest(ast, filename='<syntax-tree>')
.. index:: builtin: eval