[entropy.dep] fix docstring on DependencyStringParser.parse()

This commit is contained in:
Fabio Erculiani
2010-11-23 21:09:01 +01:00
parent 6d3f3e02d2
commit 8ab1d4645e
+1
View File
@@ -932,6 +932,7 @@ class DependencyStringParser(object):
@return: tuple composed by boolean (matched? not matched?) and list
of evaluated/matched dependencies.
@rtype: tuple
@raise MalformedDependency: if dependency string is malformed
"""
try:
matched, matched_deps = self.__evaluate_subs(