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
4444>> > man_in_hat_th = ' ู้ชายในหมวก'
4545>> > man_in_hat_ru = ' mужчина в шляпе'
4646>> > man_in_hat_ko = ' 모자를 쓴 남자'
47- >> > main_in_hat_en = ' the man in the hat.'
47+ >> > man_in_hat_en = ' the man in the hat.'
4848
4949>> > man_in_hat_th.title()
5050' ผู้ชายในหมวก'
@@ -55,7 +55,7 @@ There may also be [locale][locale] rules in place for a language or character se
5555>> > man_in_hat_ko.title()
5656' 모자를 쓴 남자'
5757
58- >> main_in_hat_en .title()
58+ >> man_in_hat_en .title()
5959' The Man In The Hat.'
6060```
6161
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
2424man_in_hat_th = ' ู้ชายในหมวก'
2525man_in_hat_ru = ' mужчина в шляпе'
2626man_in_hat_ko = ' 모자를 쓴 남자'
27- main_in_hat_en = ' the man in the hat.'
27+ man_in_hat_en = ' the man in the hat.'
2828
2929>> > man_in_hat_th.title()
3030' ผู้ชายในหมวก'
@@ -35,7 +35,7 @@ main_in_hat_en = 'the man in the hat.'
3535>> > man_in_hat_ko.title()
3636' 모자를 쓴 남자'
3737
38- >> main_in_hat_en .title()
38+ >> man_in_hat_en .title()
3939' The Man In The Hat.'
4040```
4141
You can’t perform that action at this time.
0 commit comments