callum-canavan commited on
Commit
87d3d14
1 Parent(s): 785096a

Update interface

Browse files
Files changed (1) hide show
  1. visual_anagrams/views/__init__.py +1 -1
visual_anagrams/views/__init__.py CHANGED
@@ -30,7 +30,7 @@ VIEW_MAP_NAMES = {
30
  'Rotate 90°': 'rotate_cw',
31
  'Invert colors': 'negate',
32
  'Shear': 'skew',
33
- 'Jigsaw permutation': 'jigsaw',
34
  'Rotate inner circle': 'inner_circle',
35
  }
36
 
 
30
  'Rotate 90°': 'rotate_cw',
31
  'Invert colors': 'negate',
32
  'Shear': 'skew',
33
+ 'Jigsaw': 'jigsaw',
34
  'Rotate inner circle': 'inner_circle',
35
  }
36