From 37129f46b92bc72b3185fb201357de5281f72e96 Mon Sep 17 00:00:00 2001 From: mingrammer Date: Mon, 29 Jun 2020 02:24:51 +0900 Subject: [PATCH] fix: typo in comment --- diagrams/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diagrams/__init__.py b/diagrams/__init__.py index d20af685..301dbcfc 100644 --- a/diagrams/__init__.py +++ b/diagrams/__init__.py @@ -459,7 +459,7 @@ class Edge: if label: # Graphviz complaining about using label for edges, so replace it with xlabel. - # Update: xlabel option causes the misaliend label position: https://github.com/mingrammer/diagrams/issues/83 + # Update: xlabel option causes the misaligned label position: https://github.com/mingrammer/diagrams/issues/83 self._attrs["label"] = label if color: self._attrs["color"] = color