Skip to content

Commit 9c2abd9

Browse files
Change confusing condition_true to condition
1 parent 28de44a commit 9c2abd9

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

0 commit comments

Comments
 (0)