From 16a7122b6e3f71fc9b33c96f3f71f5050bbe5552 Mon Sep 17 00:00:00 2001 From: mingrammer Date: Fri, 14 Feb 2020 23:53:25 +0900 Subject: [PATCH] fix: typo --- diagrams/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/diagrams/__init__.py b/diagrams/__init__.py index 40d5d7c2..dadeefbd 100644 --- a/diagrams/__init__.py +++ b/diagrams/__init__.py @@ -9,9 +9,9 @@ from graphviz import Digraph __version__ = "0.1.0" -# Global context for a diagrams and a cluster. +# Global contexts for a diagrams and a cluster. # -# Theses global contexts are for letting the clusters and nodes know +# These global contexts are for letting the clusters and nodes know # where context they are belong to. So the all clusters and nodes does # not need to specify the current diagrams or cluster via parameters. __diagram = contextvars.ContextVar("diagrams")