From 3b2d1eb981c7663a45540d3a0d3fb70b2b9f7cff Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 27 Nov 2019 23:14:03 +0100 Subject: [PATCH] Remove unrelated link. --- docs/control-structures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/control-structures.rst b/docs/control-structures.rst index 75056dbe6..00b341e82 100644 --- a/docs/control-structures.rst +++ b/docs/control-structures.rst @@ -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