Skip to content

Commit 6b283c5

Browse files
committed
Inline code use oneline code blocs
1 parent ed2c619 commit 6b283c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ We want to greet all of them by their name. We have the `hi` function to do that
941941
for name in girls:
942942
```
943943

944-
The ```for``` statement behaves similarly to the ```if``` statement; code below both of these need to be indented four spaces.
944+
The `for` statement behaves similarly to the `if` statement; code below both of these need to be indented four spaces.
945945

946946
Here is the full code that will be in the file:
947947

0 commit comments

Comments
 (0)