From ccda9c98bb65ea62ed9e4f837b0241c0f9c05bc5 Mon Sep 17 00:00:00 2001 From: mzico Date: Mon, 15 Jun 2015 06:42:15 -0500 Subject: [PATCH] Fixed space Fixed space in or --- en-US/operatorsexpressions.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en-US/operatorsexpressions.xml b/en-US/operatorsexpressions.xml index ce49e02..838e429 100644 --- a/en-US/operatorsexpressions.xml +++ b/en-US/operatorsexpressions.xml @@ -109,7 +109,7 @@ True
Logical Operators - To do logical AND , OR we use and , or keywords. x and y returns False if x is False else it returns evaluation of y. If x is True, it returns True. + To do logical AND , OR we use and ,or keywords. x and y returns False if x is False else it returns evaluation of y. If x is True, it returns True. >> 1 and 4