diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst index 1ed715109ca5f7..95618898899d54 100644 --- a/Doc/reference/expressions.rst +++ b/Doc/reference/expressions.rst @@ -1892,7 +1892,8 @@ object. The unnamed object behaves like a function object defined with: See section :ref:`function` for the syntax of parameter lists. Note that functions created with lambda expressions cannot contain statements or -annotations. +annotations. See :doc:`standard Python grammar <./grammar>` +for precise grammar specification of lambda parameters. .. _exprlists: