diff --git a/028_logic.py b/028_logic.py index f7371a76..c5a3d11d 100644 --- a/028_logic.py +++ b/028_logic.py @@ -14,7 +14,7 @@ # The `if` keyword looks at whether the conditional # expression evaluates to True or False to decide whether to -# execute its block, or the else block. +# execute ifs block, or the else block. # We can use this information to combine conditions using a # new kind of operators: logical operators.