mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Fixed typo in a doctest of test_genexps.
This commit is contained in:
parent
3b46fcfb38
commit
f7f439b6f1
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ Verify that parenthesis are required when used as a keyword argument value
|
|||
Verify that parenthesis are required when used as a keyword argument value
|
||||
|
||||
>>> dict(a = (i for i in xrange(10))) #doctest: +ELLIPSIS
|
||||
{'a': <<genexp> generator object at ...>}
|
||||
{'a': <<genexpr> generator object at ...>}
|
||||
|
||||
Verify early binding for the outermost for-expression
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue