File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
exercises/concept/little-sisters-essay/.docs Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ There may also be [locale][locale] rules in place for a language or character se
44
44
>> > man_in_hat_th = ' ู้ชายในหมวก'
45
45
>> > man_in_hat_ru = ' mужчина в шляпе'
46
46
>> > man_in_hat_ko = ' 모자를 쓴 남자'
47
- >> > main_in_hat_en = ' the man in the hat.'
47
+ >> > man_in_hat_en = ' the man in the hat.'
48
48
49
49
>> > man_in_hat_th.title()
50
50
' ผู้ชายในหมวก'
@@ -55,7 +55,7 @@ There may also be [locale][locale] rules in place for a language or character se
55
55
>> > man_in_hat_ko.title()
56
56
' 모자를 쓴 남자'
57
57
58
- >> main_in_hat_en .title()
58
+ >> man_in_hat_en .title()
59
59
' The Man In The Hat.'
60
60
```
61
61
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ There may also be [locale][locale] rules in place for a language or character se
24
24
man_in_hat_th = ' ู้ชายในหมวก'
25
25
man_in_hat_ru = ' mужчина в шляпе'
26
26
man_in_hat_ko = ' 모자를 쓴 남자'
27
- main_in_hat_en = ' the man in the hat.'
27
+ man_in_hat_en = ' the man in the hat.'
28
28
29
29
>> > man_in_hat_th.title()
30
30
' ผู้ชายในหมวก'
@@ -35,7 +35,7 @@ main_in_hat_en = 'the man in the hat.'
35
35
>> > man_in_hat_ko.title()
36
36
' 모자를 쓴 남자'
37
37
38
- >> main_in_hat_en .title()
38
+ >> man_in_hat_en .title()
39
39
' The Man In The Hat.'
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments