mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Let "lambda" point to the correct heading.
This commit is contained in:
parent
c4f4697196
commit
5623e50d1a
1 changed files with 1 additions and 2 deletions
|
|
@ -1177,6 +1177,7 @@ not bother to return a value of the same type as its argument, so e.g., ``not
|
||||||
|
|
||||||
|
|
||||||
.. _lambdas:
|
.. _lambdas:
|
||||||
|
.. _lambda:
|
||||||
|
|
||||||
Lambdas
|
Lambdas
|
||||||
=======
|
=======
|
||||||
|
|
@ -1201,8 +1202,6 @@ behaves like a function object defined with ::
|
||||||
See section :ref:`function` for the syntax of parameter lists. Note that
|
See section :ref:`function` for the syntax of parameter lists. Note that
|
||||||
functions created with lambda forms cannot contain statements.
|
functions created with lambda forms cannot contain statements.
|
||||||
|
|
||||||
.. _lambda:
|
|
||||||
|
|
||||||
|
|
||||||
.. _exprlists:
|
.. _exprlists:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue