[Python-checkins] peps: Small wording change to PEP 448 (replace "currently" with "continue to").

guido.van.rossum python-checkins at python.org
Wed Feb 25 02:01:19 CET 2015


https://hg.python.org/peps/rev/2193d9680c70
changeset:   5707:2193d9680c70
user:        Guido van Rossum <guido at python.org>
date:        Tue Feb 24 16:44:25 2015 -0800
summary:
  Small wording change to PEP 448 (replace "currently" with "continue to").

files:
  pep-0448.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0448.txt b/pep-0448.txt
--- a/pep-0448.txt
+++ b/pep-0448.txt
@@ -137,7 +137,7 @@
 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.
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list