[Zope-CVS] CVS: Packages/pypes/pypes - graph.py:1.2

Casey Duncan casey at zope.com
Wed Aug 6 00:30:55 EDT 2003


Update of /cvs-repository/Packages/pypes/pypes
In directory cvs.zope.org:/tmp/cvs-serv9095

Modified Files:
	graph.py 
Log Message:
Fix typo


=== Packages/pypes/pypes/graph.py 1.1.1.1 => 1.2 ===
--- Packages/pypes/pypes/graph.py:1.1.1.1	Mon Aug  4 00:46:04 2003
+++ Packages/pypes/pypes/graph.py	Tue Aug  5 23:30:49 2003
@@ -38,7 +38,7 @@
     
 
 class DirectedGraph(Persistent):
-    """Directed graph for arbitrary objct nodes. All nodes must be totally 
+    """Directed graph for arbitrary object nodes. All nodes must be totally 
     orderable. This is most easily achieved by using the same immutable simple 
     type for all nodes, such as strings, ints or longs.
     """




More information about the Zope-CVS mailing list