From 43afd2c0ec9e0bece403f54ac1f41b9190cb6f6e Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Mon, 14 Dec 2009 21:31:01 +0100 Subject: [PATCH] [entropy.graph] fix typo in docstring --- libraries/entropy/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/entropy/graph.py b/libraries/entropy/graph.py index 5afdd57e9..cba384fae 100644 --- a/libraries/entropy/graph.py +++ b/libraries/entropy/graph.py @@ -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()