Small wording change to PEP 448 (replace "currently" with "continue to").

This commit is contained in:
Guido van Rossum 2015-02-24 16:44:25 -08:00
parent 3f56ca4456
commit 0580801bde
1 changed files with 1 additions and 1 deletions

View File

@ -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
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
follow ``*`` unpackings.