Skip to content

Commit

Permalink
Link to order of precedence table
Browse files Browse the repository at this point in the history
  • Loading branch information
Denton-L committed Jul 28, 2016
1 parent 8bf96b1 commit 7a20324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/control-structures.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The evaluation order of expressions is not specified (more formally, the order
in which the children of one node in the expression tree are evaluated is not
specified, but they are of course evaluated before the node itself). It is only
guaranteed that statements are executed in order and short-circuiting for
boolean expressions is done.
boolean expressions is done. See :ref:`order` for more information.

.. index:: ! assignment

Expand Down

0 comments on commit 7a20324

Please sign in to comment.