diff tests/doctest.txt @ 32:943a4b7097af

fix tests
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 13 Dec 2012 18:59:32 -0800
parents 2fe3933f8eca
children 16673636dcb6
line wrap: on
line diff
--- a/tests/doctest.txt	Thu Dec 13 18:52:04 2012 -0800
+++ b/tests/doctest.txt	Thu Dec 13 18:59:32 2012 -0800
@@ -34,6 +34,6 @@
 
     >>> nodeA = {'hello': "is it me you're looking for?"}
     >>> graph['A'] = nodeA
-    >>> graph.edge('A', 'B', foo='bar')
+    >>> graph.edge('A', 'B', dict(foo='bar'))
     >>> 'A' in graph
     True