Skip to content

Commit 96c474d

Browse files
committed
Merge pull request yasoob#17 from ojosdegris/patch-1
Change confusing `condition_true` to `condition`
2 parents 6e76952 + 9c2abd9 commit 96c474d

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)