There was an error while loading. Please reload this page.
2 parents 6e76952 + 9c2abd9 commit 96c474dCopy full SHA for 96c474d
1 file changed
ternary_operators.rst
@@ -12,7 +12,7 @@ expressions.
12
13
.. code:: python
14
15
- condition_is_true if condition_true else condition_is_false
+ condition_is_true if condition else condition_is_false
16
17
**Example:**
18
0 commit comments