Skip to content

Commit

Permalink
Remove unrelated link.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Nov 27, 2019
1 parent d207ae5 commit 3b2d1eb
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 @@ -204,7 +204,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. See :ref:`order` for more information.
boolean expressions is done.

.. index:: ! assignment

Expand Down

0 comments on commit 3b2d1eb

Please sign in to comment.