diff --git a/docs/language/api.rst b/docs/language/api.rst index ab0c041..115460e 100644 --- a/docs/language/api.rst +++ b/docs/language/api.rst @@ -1609,6 +1609,9 @@ the given conditional is ``False``. The following shows the expansion of this ma unpack-iterable, unpack-mapping ------------------------------- +(Also known as the splat operator, star operator, argument expansion, argument +explosion, argument gathering, and varargs, among others...) + ``unpack-iterable`` and ``unpack-mapping`` allow an iterable or mapping object (respectively) to provide positional or keywords arguments (respectively) to a function.