Fix docstring

This commit is contained in:
Vineet Naik 2016-10-23 14:08:48 +05:30
parent b067ab3a0e
commit 01ca5e856e
1 changed files with 2 additions and 3 deletions

View File

@ -359,12 +359,11 @@ def conflicting_deps(tree):
def cyclic_deps(tree):
"""Generator that produces cyclic dependencies
"""Return cyclic dependencies as list of tuples
:param list pkgs: pkg_resources.Distribution instances
:param dict pkg_index: mapping of pkgs with their respective keys
:returns: generator that yields str representation of cyclic
dependencies
:returns: list of tuples representing cyclic dependencies
:rtype: generator
"""