]> granicus.if.org Git - python/commitdiff
Minor English grammar correction
authorRaymond Hettinger <python@rcn.com>
Tue, 25 Jun 2002 04:04:14 +0000 (04:04 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 25 Jun 2002 04:04:14 +0000 (04:04 +0000)
Doc/ref/ref5.tex

index 25bcdbf297650e8d2110b0e69a71907fecb6b77c..194d2c82233a563ddc1ddecf36aaf5146348dd71 100644 (file)
@@ -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):