Skip to content

Commit 0984cb7

Browse files
author
Alexander Smishlajev
committed
typo in recent fix
1 parent e4d51fb commit 0984cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/templating.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1708,7 +1708,7 @@ def __init__(self, *args, **kwargs):
17081708
display_value.sort(sortfun)
17091709
except:
17101710
pass
1711-
self_value = display_value
1711+
self._value = display_value
17121712

17131713
def __len__(self):
17141714
''' length of the multilink '''

0 commit comments

Comments
 (0)