Small wording change to PEP 448 (replace "currently" with "continue to").
This commit is contained in:
parent
3f56ca4456
commit
0580801bde
|
@ -137,7 +137,7 @@ unpackings. There will be no restriction of the order of positional
|
||||||
arguments with relation to ``*`` unpackings nor any restriction of the
|
arguments with relation to ``*`` unpackings nor any restriction of the
|
||||||
order of keyword arguments with relation to ``**`` unpackings.
|
order of keyword arguments with relation to ``**`` unpackings.
|
||||||
|
|
||||||
Function calls currently have the restriction that keyword arguments
|
Function calls continue to have the restriction that keyword arguments
|
||||||
must follow positional arguments and ``**`` unpackings must additionally
|
must follow positional arguments and ``**`` unpackings must additionally
|
||||||
follow ``*`` unpackings.
|
follow ``*`` unpackings.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue