diff options
Diffstat (limited to 'Doc/ref/ref5.tex')
-rw-r--r-- | Doc/ref/ref5.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 25bcdbf..194d2c8 100644 --- a/Doc/ref/ref5.tex +++ b/Doc/ref/ref5.tex @@ -971,7 +971,7 @@ Lambda forms (lambda expressions) have the same syntactic position as expressions. They are a shorthand to create anonymous functions; the expression \code{lambda \var{arguments}: \var{expression}} yields a function object. The unnamed object behaves like a function -object define with +object defined with \begin{verbatim} def name(arguments): |