sexification of docstring

This commit is contained in:
Rudi Grinberg 2012-09-05 11:56:31 -04:00
parent 71d4462272
commit 131fd2cce4
1 changed files with 2 additions and 2 deletions

View File

@ -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()
] ]
""" """