Skip to content

Commit f600207

Browse files
AA-TurnerPeiffap
andauthored
Update Doc/reference/expressions.rst
Co-authored-by: Gilles Peiffer <[email protected]>
1 parent 6a66edf commit f600207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/reference/expressions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1938,7 +1938,7 @@ Conditional expressions
19381938
conditional_expression: `or_test` ["if" `or_test` "else" `expression`]
19391939
expression: `conditional_expression` | `lambda_expr`
19401940

1941-
A conditional expressions (sometimes called a "ternary operator") is an
1941+
A conditional expression (sometimes called a "ternary operator") is an
19421942
alternative to the if-else statement. As it is an expression, it returns a value
19431943
and can appear as a sub-expression.
19441944

0 commit comments

Comments
 (0)