diff --git a/docs/metadata/conditions.rst b/docs/metadata/conditions.rst index 39807a67..4dc978f7 100644 --- a/docs/metadata/conditions.rst +++ b/docs/metadata/conditions.rst @@ -227,7 +227,7 @@ versions that do not conform to SemVer. The supported extensions are: Logical Operators ================= -The ``and``, ``or`` and ``not`` operators have their usual definitions, except that the ``not`` operator only ever operates on the result of the function immediately following it. +The ``and``, ``or`` and ``not`` operators have their usual definitions. Order of Evaluation ------------------- @@ -248,8 +248,6 @@ is evaluated as:: function and ( function or ( not function ) ) -Parentheses cannot be used between a ``not`` operator and the function following it. - Performance ===========