From 7fd9ced4caa0b45eda4360244e83605f553a4f77 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 25 Jun 2002 04:04:14 +0000 Subject: [PATCH] Minor English grammar correction --- Doc/ref/ref5.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- 2.50.1