Skip to content

Commit 6d28d4f

Browse files
author
Pablo Navarro
authored
Update ternary_operators.rst (#208)
Fix the blueprint for the ternary operator
1 parent 5360f33 commit 6d28d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ternary_operators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ expressions.
1212

1313
.. code:: python
1414
15-
condition_if_true if condition else condition_if_false
15+
value_if_true if condition else value_if_false
1616
1717
**Example:**
1818

0 commit comments

Comments
 (0)