calthoff / tstp

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

fix case sensitive bug Ch 6 #12

Open ghost opened 7 years ago

ghost commented 7 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.