spelling
This commit is contained in:
parent
48e02cb74d
commit
7b7e8eece2
|
@ -28,7 +28,7 @@ corresponding to the 'and', 'or' and 'not' boolean operators. In the
|
||||||
case of 'and' and 'or', the most likely reason is that these operators
|
case of 'and' and 'or', the most likely reason is that these operators
|
||||||
have short-circuiting semantics, i.e. the second operand is not
|
have short-circuiting semantics, i.e. the second operand is not
|
||||||
evaluated if the result can be determined from the first operand. The
|
evaluated if the result can be determined from the first operand. The
|
||||||
usual techique of providing special methods for these operators
|
usual technique of providing special methods for these operators
|
||||||
therefore would not work.
|
therefore would not work.
|
||||||
|
|
||||||
There is no such difficulty in the case of 'not', however, and it
|
There is no such difficulty in the case of 'not', however, and it
|
||||||
|
|
Loading…
Reference in New Issue