tracks/python/exercises/anagram/anagram.py in trackler-2.2.1.42 vs tracks/python/exercises/anagram/anagram.py in trackler-2.2.1.43

- old
+ new

@@ -1 +1 @@ -def detect_anagrams(string, array): +def detect_anagrams(word, candidates):