[Jython-checkins] jython: Small doctest update.

frank.wierzbicki jython-checkins at python.org
Thu Mar 22 21:10:51 CET 2012


http://hg.python.org/jython/rev/25383209715c
changeset:   6480:25383209715c
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Thu Mar 22 13:10:43 2012 -0700
summary:
  Small doctest update.

files:
  Lib/test/test_genexps.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_genexps.py b/Lib/test/test_genexps.py
--- a/Lib/test/test_genexps.py
+++ b/Lib/test/test_genexps.py
@@ -98,7 +98,7 @@
 Verify that parenthesis are required when used as a keyword argument value
 
     >>> dict(a = (i for i in xrange(10))) #doctest: +ELLIPSIS
-    {'a': <generator object <genexpr> at ...>}
+    {'a': <generator object at ...>}
 
 Verify early binding for the outermost for-expression
 

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list