Skip to content

Commit

Permalink
Fix: Correct docstring (first argument is not self). (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
stewartHutchins authored Sep 20, 2024
1 parent 51e76f6 commit be05f00
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 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.
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 the first argument.
"""


Expand Down

0 comments on commit be05f00

Please sign in to comment.