sexification of docstring
This commit is contained in:
parent
71d4462272
commit
131fd2cce4
|
@ -488,8 +488,8 @@ def toposort(data):
|
||||||
"""
|
"""
|
||||||
Topological sort on 'data' where 'data' is of the form:
|
Topological sort on 'data' where 'data' is of the form:
|
||||||
data = [
|
data = [
|
||||||
'one' : set('two','three'),
|
'one' : set('two','three'),
|
||||||
'two' : set('three'),
|
'two' : set('three'),
|
||||||
'three' : set()
|
'three' : set()
|
||||||
]
|
]
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue