diff options
author | Georg Brandl <georg@python.org> | 2009-04-05 22:20:44 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-05 22:20:44 (GMT) |
commit | 0d8f07305d7ddcf684c3db5680263c98cf70c067 (patch) | |
tree | 8862b638d9b3e98ce030044765e9231333821f94 /Doc/library/builtins.rst | |
parent | 889b0aa4506d5ea43985865a44562ebd39b3bf00 (diff) | |
download | cpython-0d8f07305d7ddcf684c3db5680263c98cf70c067.zip cpython-0d8f07305d7ddcf684c3db5680263c98cf70c067.tar.gz cpython-0d8f07305d7ddcf684c3db5680263c98cf70c067.tar.bz2 |
Update signature style of optional arguments, part two.
Diffstat (limited to 'Doc/library/builtins.rst')
-rw-r--r-- | Doc/library/builtins.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/builtins.rst b/Doc/library/builtins.rst index 2a5c7f5..217b161 100644 --- a/Doc/library/builtins.rst +++ b/Doc/library/builtins.rst @@ -1,4 +1,3 @@ - :mod:`builtins` --- Built-in objects ==================================== |