mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #23921: Standardized documentation whitespace formatting.
Original patch by James Edwards.
This commit is contained in:
parent
387235085c
commit
dba903993a
63 changed files with 445 additions and 409 deletions
|
@ -728,7 +728,7 @@ A consequence of this is that although the ``*expression`` syntax may appear
|
|||
(and the ``**expression`` argument, if any -- see below). So::
|
||||
|
||||
>>> def f(a, b):
|
||||
... print(a, b)
|
||||
... print(a, b)
|
||||
...
|
||||
>>> f(b=1, *(2,))
|
||||
2 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue