mirror of
https://github.com/python/cpython.git
synced 2025-11-02 19:12:55 +00:00
Minor English grammar correction
This commit is contained in:
parent
f8096fbba1
commit
7fd9ced4ca
1 changed files with 1 additions and 1 deletions
|
|
@ -971,7 +971,7 @@ Lambda forms (lambda expressions) have the same syntactic position as
|
||||||
expressions. They are a shorthand to create anonymous functions; the
|
expressions. They are a shorthand to create anonymous functions; the
|
||||||
expression \code{lambda \var{arguments}: \var{expression}}
|
expression \code{lambda \var{arguments}: \var{expression}}
|
||||||
yields a function object. The unnamed object behaves like a function
|
yields a function object. The unnamed object behaves like a function
|
||||||
object define with
|
object defined with
|
||||||
|
|
||||||
\begin{verbatim}
|
\begin{verbatim}
|
||||||
def name(arguments):
|
def name(arguments):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue