From 35e68aab1fcc634dc43d430a7a93ae330a189221 Mon Sep 17 00:00:00 2001 From: Mikhail Golubev Date: Thu, 25 Aug 2016 20:39:28 +0300 Subject: [PATCH] Do not use in the description of "Negate comparison" intention --- .../PyNegateComparisonIntention/description.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/resources/intentionDescriptions/PyNegateComparisonIntention/description.html b/python/resources/intentionDescriptions/PyNegateComparisonIntention/description.html index 78568779a6d1..c12a40ea5e28 100644 --- a/python/resources/intentionDescriptions/PyNegateComparisonIntention/description.html +++ b/python/resources/intentionDescriptions/PyNegateComparisonIntention/description.html @@ -2,7 +2,7 @@ This intention converts boolean comparison expression not(a negop b) into a op b. - Where op and negop are mutually inverse comparison operators, like == and !=. + Where op and negop are mutually inverse comparison operators, like == and !=. \ No newline at end of file