Skip to content

Commit e70450e

Browse files
committed
simpler words and bolding
1 parent 27b1354 commit e70450e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/if.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ else:
244244

245245
Now the `else` belongs to the `if 1 == 2` part and **it has nothing to
246246
do with the `if 1 == 1` part**. On the other hand, the elif version
247-
chained the multiple ifs together and the `else` belonged to all of
247+
**grouped the multiple ifs together** and the `else` belonged to all of
248248
them.
249249

250250
## Summary

0 commit comments

Comments
 (0)