calthoff / tstp

This is an old repository for the exercises in "The Self-Taught Programmer." Please see /selftaught.
166 stars 193 forks source link

fix case sensitive bug Ch 6 #12

Open ghost opened 6 years ago

ghost commented 6 years ago

This fixes the case sentitivity issue with the example using title() which capitalizes everything. I instead capitalize the first character, and append the remainder of the string.