Skip to content

Commit 0767511

Browse files
user2552yasoob
authored andcommitted
Update ternary_operators.rst (yasoob#169)
change is to if to clarify the language
1 parent 512de0b commit 0767511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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_is_true if condition else condition_is_false
15+
condition_if_true if condition else condition_if_false
1616
1717
**Example:**
1818

0 commit comments

Comments
 (0)