jmportilla / Complete-Python-Bootcamp

Lectures for Udemy - Complete Python Bootcamp Course
2.23k stars 2.94k forks source link

Fixed typos in Strings.ipynb #5

Closed caroldew closed 8 years ago

caroldew commented 8 years ago

Fixed typo: “continnue” to “continue” in the last line of the Python 3 Alert Under “String Indexing” changed “In Python, we use brackets [] after an object to call it's index” to “In Python, we use brackets [] after an object to call its index” In “String Properties” changed “elements within it can not be changes or replaced” to “elements within it can not be changed or replaced” Last line: added a space after the hashes to make it show up as a heading in Markdown.

jmportilla commented 8 years ago

Thanks!