From 131fd2cce409c2d79b4d2e381cbc1cf2cc45c21e Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Wed, 5 Sep 2012 11:56:31 -0400 Subject: [PATCH] sexification of docstring --- python_apps/media-monitor2/media/monitor/pure.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_apps/media-monitor2/media/monitor/pure.py b/python_apps/media-monitor2/media/monitor/pure.py index fedd61e62..5329df165 100644 --- a/python_apps/media-monitor2/media/monitor/pure.py +++ b/python_apps/media-monitor2/media/monitor/pure.py @@ -488,8 +488,8 @@ def toposort(data): """ Topological sort on 'data' where 'data' is of the form: data = [ - 'one' : set('two','three'), - 'two' : set('three'), + 'one' : set('two','three'), + 'two' : set('three'), 'three' : set() ] """