Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _sources/intro/words-and-sentences.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <b>print</b> or <b>for</b>.
- :[Rr]eserved: Reserved words already have a meaning in Python that cannot be changed, like **if** or **for**.
:.*: Try again!