We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b1354 commit e70450eCopy full SHA for e70450e
1 file changed
basics/if.md
@@ -244,7 +244,7 @@ else:
244
245
Now the `else` belongs to the `if 1 == 2` part and **it has nothing to
246
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
+**grouped the multiple ifs together** and the `else` belonged to all of
248
them.
249
250
## Summary
0 commit comments