[entropy.graph] fix typo in docstring

This commit is contained in:
Fabio Erculiani
2009-12-14 21:31:01 +01:00
parent d3d3bb98eb
commit 43afd2c0ec
+1 -1
View File
@@ -366,7 +366,7 @@ class Graph(object):
@type item: Python object
@param dependency_items: list of items which are dependencies of
the given item object
@type dependency_items; set
@type dependency_items: set
"""
self.__invalidate_cache()