We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a66edf commit f600207Copy full SHA for f600207
Doc/reference/expressions.rst
@@ -1938,7 +1938,7 @@ Conditional expressions
1938
conditional_expression: `or_test` ["if" `or_test` "else" `expression`]
1939
expression: `conditional_expression` | `lambda_expr`
1940
1941
-A conditional expressions (sometimes called a "ternary operator") is an
+A conditional expression (sometimes called a "ternary operator") is an
1942
alternative to the if-else statement. As it is an expression, it returns a value
1943
and can appear as a sub-expression.
1944
0 commit comments