Skip to content

Commit

Permalink
Merge pull request #17 from ojosdegris/patch-1
Browse files Browse the repository at this point in the history
Change confusing `condition_true` to `condition`
  • Loading branch information
yasoob committed Aug 17, 2015
2 parents 6e76952 + 9c2abd9 commit 96c474d
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_true else condition_is_false
condition_is_true if condition else condition_is_false
**Example:**

Expand Down

0 comments on commit 96c474d

Please sign in to comment.