We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed2c619 commit 6b283c5Copy full SHA for 6b283c5
en/python_introduction/README.md
@@ -941,7 +941,7 @@ We want to greet all of them by their name. We have the `hi` function to do that
941
for name in girls:
942
```
943
944
-The ```for``` statement behaves similarly to the ```if``` statement; code below both of these need to be indented four spaces.
+The `for` statement behaves similarly to the `if` statement; code below both of these need to be indented four spaces.
945
946
Here is the full code that will be in the file:
947
0 commit comments