diff --git a/_sources/intro/words-and-sentences.rst b/_sources/intro/words-and-sentences.rst index f64b9d85..72d8e843 100644 --- a/_sources/intro/words-and-sentences.rst +++ b/_sources/intro/words-and-sentences.rst @@ -99,5 +99,5 @@ apostrophe) appears in the string. ________ words have only one meeting in Python and cannot be used as variable names. - - :[Rr]eserved: Reserved words already have a meaning in Python that cannot be changed, like print or for. + - :[Rr]eserved: Reserved words already have a meaning in Python that cannot be changed, like **if** or **for**. :.*: Try again!