Kaydet (Commit) c4f8b245 authored tarafından Georg Brandl's avatar Georg Brandl

Merged revisions 71441 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71441 | georg.brandl | 2009-04-10 10:16:47 +0200 (Fr, 10 Apr 2009) | 1 line

  Let "lambda" point to the correct heading.
........
üst b4d31fe4
...@@ -1152,6 +1152,7 @@ not bother to return a value of the same type as its argument, so e.g., ``not ...@@ -1152,6 +1152,7 @@ not bother to return a value of the same type as its argument, so e.g., ``not
.. _lambdas: .. _lambdas:
.. _lambda:
Lambdas Lambdas
======= =======
...@@ -1176,8 +1177,6 @@ behaves like a function object defined with :: ...@@ -1176,8 +1177,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 or annotations. functions created with lambda forms cannot contain statements or annotations.
.. _lambda:
.. _exprlists: .. _exprlists:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment