From 6f32eaab989cccb4e8816d62c74abc0e4e8d038b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ivar=20H=C3=A4rnqvist?= <ivaha717@student.liu.se>
Date: Thu, 19 Mar 2020 15:31:08 +0100
Subject: [PATCH] fix punctuation error in comment

---
 b_asic/operation.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/b_asic/operation.py b/b_asic/operation.py
index 2f36b217..fc007ffd 100644
--- a/b_asic/operation.py
+++ b/b_asic/operation.py
@@ -88,7 +88,7 @@ class Operation(GraphComponent):
     @abstractmethod
     def neighbors(self) -> "List[Operation]":
         """Return all operations that are connected by signals to this operation.
-        If no neighbors are found this returns an empty list
+        If no neighbors are found, this returns an empty list.
         """
         raise NotImplementedError
 
-- 
GitLab