Skip to content

Commit

Permalink
Update lambda expression docs & regenrate topics.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Glyphack committed Sep 19, 2023
1 parent 17b4b48 commit 56c0db4
Show file tree
Hide file tree
Showing 2 changed files with 1,778 additions and 1,112 deletions.
3 changes: 2 additions & 1 deletion Doc/reference/expressions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1843,7 +1843,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:
Expand Down
Loading

0 comments on commit 56c0db4

Please sign in to comment.