typo in comment fixed

This commit is contained in:
hroff-1902 2019-05-22 14:34:35 +03:00
parent 2c9a519c5e
commit 406e266bb4

View File

@ -75,7 +75,7 @@ class EdgeCli(object):
def start(self) -> None:
result = self.edge.calculate()
if result:
print('') # blank like for readability
print('') # blank line for readability
print(self._generate_edge_table(self.edge._cached_pairs))