Kaydet (Commit) f7f439b6 authored tarafından Alexandre Vassalotti's avatar Alexandre Vassalotti

Fixed typo in a doctest of test_genexps.

üst 3b46fcfb
...@@ -92,7 +92,7 @@ Verify that parenthesis are required when used as a keyword argument value ...@@ -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 Verify that parenthesis are required when used as a keyword argument value
>>> dict(a = (i for i in xrange(10))) #doctest: +ELLIPSIS >>> 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 Verify early binding for the outermost for-expression
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment