Skip to content

Commit 890ffda

Browse files
Update anagrams.py
1 parent a3db570 commit 890ffda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

strings/anagrams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def signature(word: str) -> str:
2323

2424

2525
def anagram(my_word: str) -> list[str]:
26-
"""
26+
"""
2727
An anagram is a word or phrase formed by rearranging the letters of a
2828
different word or phrase, typically using all the original letters exactly
2929
once.

0 commit comments

Comments
 (0)