Skip to content

Commit 1ed7682

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ddd7957 commit 1ed7682

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

strings/anagrams.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ def anagram(my_word: str) -> list[str]:
2626
"""
2727
An anagram is a word or phrase formed by rearranging the letters of a different
2828
word or phrase, typically using all the original letters exactly once.
29-
29+
3030
Return every anagram of the given word from the dictionary.
31-
31+
3232
3333
>>> anagram('test')
3434
['sett', 'stet', 'test']

0 commit comments

Comments
 (0)