Skip to content

Commit 14e429d

Browse files
authored
Update isogram.py
Change param name to `phrase` as `string` shadows `string module`.
1 parent 39821ab commit 14e429d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
def is_isogram(string):
1+
def is_isogram(phrase):
22
pass

0 commit comments

Comments
 (0)