diff --git a/peps/pep-0448.rst b/peps/pep-0448.rst index 38721e8a3..72ffb821c 100644 --- a/peps/pep-0448.rst +++ b/peps/pep-0448.rst @@ -16,9 +16,7 @@ Abstract This PEP proposes extended usages of the ``*`` iterable unpacking operator and ``**`` dictionary unpacking operators to allow unpacking in more positions, an arbitrary number of -times, and in additional circumstances. Specifically, -in function calls, in comprehensions and generator expressions, and -in displays. +times, and in function calls and displays. Function calls are proposed to support an arbitrary number of unpackings rather than just one::