Skip to content

Commit be05f00

Browse files
Fix: Correct docstring (first argument is not self). (#119)
1 parent 51e76f6 commit be05f00

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 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.
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 the first argument.
55
"""
66

77

0 commit comments

Comments
 (0)