mirror of
https://github.com/python/cpython.git
synced 2025-12-11 11:31:05 +00:00
#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:
parent
ed8cf7a543
commit
e58ce01f30
25 changed files with 61 additions and 61 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue