From 3937fe5bb1b74c8cdf23f82c0ecf4a41b493283c Mon Sep 17 00:00:00 2001 From: Attilio Mattiocco Date: Wed, 17 Apr 2024 16:07:51 +0200 Subject: [PATCH] Update content.rst --- v2.1/docs/operators/Division/content.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v2.1/docs/operators/Division/content.rst b/v2.1/docs/operators/Division/content.rst index 1a1cdba..e799787 100644 --- a/v2.1/docs/operators/Division/content.rst +++ b/v2.1/docs/operators/Division/content.rst @@ -50,8 +50,8 @@ None. Behavior -------- -The operator has the behaviour of the “Operators applicable on two Scalar Values or Data Sets or Data Set Components” -(see the section “Typical behaviours of the ML Operators”). According to the general rules about data types, +The operator has the behaviour of the "Operators applicable on two Scalar Values or Data Sets or Data Set Components" +(see the section "Typical behaviours of the ML Operators"). According to the general rules about data types, the operator can be applied also on sub-types of number, that is the type integer. The result has type number. -If op2 is 0 then the operation generates a run-time error. \ No newline at end of file +If op2 is 0 then the operation generates a run-time error.