diff --git a/documentation/Reference.txt b/documentation/Reference.txt
index f0a77f5756f21edabaf4527619d92975ec2aab88..f56d6932f1c03f7ab0554d9a8e1bb6b483fee89e 100644
--- a/documentation/Reference.txt
+++ b/documentation/Reference.txt
@@ -1021,7 +1021,9 @@ Left-associative Binary Operators
    expr: `expr` "&" `expr`
    expr: `expr` "%" `expr`
 
-.. note:: Like in most programming languages, evaluation of conditional
+.. note::
+
+   Like in most programming languages, evaluation of conditional
    expressions using ``&&`` and ``||`` is done *lazily*: the second operand
    is not evaluated if evaluation of the first already determines the
    result. This particularly applies to the boolean expressions in