From e32cad7820ab5762cbb66d66645c292fb44b21c3 Mon Sep 17 00:00:00 2001
From: chrysn <chrysn@web>
Date: Tue, 20 Mar 2012 12:00:21 -0400
Subject: [PATCH] (nobody sees the fnord -- remove relic from testing)

---
 .../python_algorithms.py                                         | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/todo/sort_parameter_for_map_plugin_and_directive/python_algorithms.py b/doc/todo/sort_parameter_for_map_plugin_and_directive/python_algorithms.py
index 894c5212e..e89c54fae 100644
--- a/doc/todo/sort_parameter_for_map_plugin_and_directive/python_algorithms.py
+++ b/doc/todo/sort_parameter_for_map_plugin_and_directive/python_algorithms.py
@@ -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))
 
-- 
2.39.5