Skip to content

Commit 07e0ec6

Browse files
authored
Fix typo (#118)
1 parent d3163d6 commit 07e0ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

challenges/advanced-overload-literal/question.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""
22
TODO:
33
4-
foo is a function that returns an interger when second argument is 1, returns a string when second argument is 2, returns a list when second argument is 3, otherwise it returns inputs self.
4+
foo is a function that returns an integer when second argument is 1, returns a string when second argument is 2, returns a list when second argument is 3, otherwise it returns inputs self.
55
"""
66

77

0 commit comments

Comments
 (0)