Skip to content

Commit

Permalink
Fix typo (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 authored Apr 12, 2024
1 parent d3163d6 commit 07e0ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion challenges/advanced-overload-literal/question.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
TODO:
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.
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.
"""


Expand Down

0 comments on commit 07e0ec6

Please sign in to comment.