Skip to content

Commit ac0e66c

Browse files
committed
TR updates, second round
1 parent 061adac commit ac0e66c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

inherit-python-string/lower_string.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
class LowerString(str):
2+
# This initializer doesn't work
23
def __init__(self, string):
34
super().__init__(string.lower())
45

0 commit comments

Comments
 (0)