readme-script
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
def capitalize_every_word(string):
|
||||
def capitalize_every_word(string):
|
||||
return string.title()
|
||||
Reference in New Issue
Block a user
@ -1,2 +1,2 @@
|
||||
def capitalize_every_word(string):
|
||||
def capitalize_every_word(string):
|
||||
return string.title()
|
||||