]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(nobody sees the fnord -- remove relic from testing)
authorchrysn <chrysn@web>
Tue, 20 Mar 2012 16:00:21 +0000 (12:00 -0400)
committeradmin <admin@branchable.com>
Tue, 20 Mar 2012 16:00:21 +0000 (12:00 -0400)
doc/todo/sort_parameter_for_map_plugin_and_directive/python_algorithms.py

index 894c5212e0a773107261b9681d2c3f92a8ed57de..e89c54fae994e52b6d45010b00975d67417a9002 100644 (file)
@@ -39,7 +39,6 @@ def strategy_byparents(sequence):
 
         >>> sequence = testsequence
         >>> assert partindices("c/2/x") == (sequence.index("c"), sequence.index("c/2"), sequence.index("c/2/x"))
-        fnord
         """
         return tuple(sequence.index(item.rsplit('/', i)[0]) for i in range(item.count('/'), -1, -1))