From 6885827d170ade9d643ac60c072bb50cd2033a96 Mon Sep 17 00:00:00 2001 From: Steven <30759504+steventam312@users.noreply.github.com> Date: Fri, 6 Sep 2019 16:41:19 +0800 Subject: [PATCH] =?UTF-8?q?suggest=20=E2=89=A0=20instead=20of=20using=20!?= =?UTF-8?q?=3D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/docs/operators/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/operators/index.rst b/source/docs/operators/index.rst index 0f11700..c6fc55f 100644 --- a/source/docs/operators/index.rst +++ b/source/docs/operators/index.rst @@ -43,7 +43,7 @@ Relational Operators ==================== `== (equal)`_ Returns a Boolean stating whether two expressions are equal. -`!= (not equal)`_ +`≠ (not equal)`_ Returns a Boolean stating whether two expressions are not equal. `> (greater than)`_ Returns a Boolean stating whether one expression is greater than the other.