Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2d1a2aa

Browse files
committed
Fix typo: the-->they
1 parent 6dfed6c commit 2d1a2aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/tut/tut.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4402,10 +4402,10 @@ \section{Generators\label{generators}}
44024402
\section{Generator Expressions\label{genexps}}
44034403
44044404
Some simple generators can be coded succinctly as expressions using a syntax
4405-
like list comprehensions but with parentheses instead of brackets. These
4405+
similar to list comprehensions but with parentheses instead of brackets. These
44064406
expressions are designed for situations where the generator is used right
44074407
away by an enclosing function. Generator expressions are more compact but
4408-
less versatile than full generator definitions and the tend to be more memory
4408+
less versatile than full generator definitions and they tend to be more memory
44094409
friendly than equivalent list comprehensions.
44104410
44114411
Examples:

0 commit comments

Comments
 (0)