Skip to content

Commit

Permalink
Update ternary_operators.rst (#169)
Browse files Browse the repository at this point in the history
change is to if to clarify the language
  • Loading branch information
user2552 authored and yasoob committed Oct 28, 2018
1 parent 512de0b commit 0767511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ternary_operators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ expressions.

.. code:: python
condition_is_true if condition else condition_is_false
condition_if_true if condition else condition_if_false
**Example:**

Expand Down

0 comments on commit 0767511

Please sign in to comment.