Skip to content

Commit ee643b0

Browse files
authored
[Conditionals Concept] Update about.md (#3765)
TYPO! 😡
1 parent e4bb420 commit ee643b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/conditionals/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Conditionals can also be nested.
108108
if 18 > driver_age >= 16:
109109
status = "Student driver, needs supervision."
110110
elif driver_age == 18:
111-
satus = "Permitted driver, on probation."
111+
status = "Permitted driver, on probation."
112112
elif driver_age > 18:
113113
status = "Fully licensed driver."
114114
else:

0 commit comments

Comments
 (0)