From 61c80777f43c903c8850a2e8576bd7d070934085 Mon Sep 17 00:00:00 2001 From: TTAAAN <122733793+TTAAAN@users.noreply.github.com> Date: Sun, 3 May 2026 15:06:31 +0700 Subject: [PATCH] fix: correct documentation for NOT Gate in not_gate.py --- boolean_algebra/not_gate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boolean_algebra/not_gate.py b/boolean_algebra/not_gate.py index cfa74cf42204..d19af4ed891d 100644 --- a/boolean_algebra/not_gate.py +++ b/boolean_algebra/not_gate.py @@ -1,7 +1,7 @@ """ A NOT Gate is a logic gate in boolean algebra which results to 0 (False) if the input is high, and 1 (True) if the input is low. -Following is the truth table of a XOR Gate: +Following is the truth table of a NOT Gate: ------------------------------ | Input | Output | ------------------------------