From: Raymond Hettinger Date: Tue, 25 Jun 2002 04:04:14 +0000 (+0000) Subject: Minor English grammar correction X-Git-Tag: v2.3c1~5229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fd9ced4caa0b45eda4360244e83605f553a4f77;p=python Minor English grammar correction --- diff --git a/Doc/ref/ref5.tex b/Doc/ref/ref5.tex index 25bcdbf297..194d2c8223 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):