mirror of https://github.com/python/cpython
Fixed typo in a doctest of test_genexps.
This commit is contained in:
parent
3b46fcfb38
commit
f7f439b6f1
|
@ -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…
Reference in New Issue