Fix spacing

This commit is contained in:
Roberto Rosario
2014-06-26 15:32:57 -04:00
parent 97037e8e56
commit be358137e6

View File

@@ -1,4 +1,6 @@
# {{{ http://code.activestate.com/recipes/578272/ (r1)
def toposort2(data):
"""Dependencies are expressed as a dictionary whose keys are items
and whose values are a set of dependent items. Output is a list of