From 73991a1048d56e501254bd173c9a72b7f616ae65 Mon Sep 17 00:00:00 2001 From: eine Date: Thu, 27 Aug 2020 09:09:55 +0200 Subject: ci: run black 20.8b1 --- python/libghdl/thin/vhdl/pyutils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/libghdl/thin/vhdl/pyutils.py') diff --git a/python/libghdl/thin/vhdl/pyutils.py b/python/libghdl/thin/vhdl/pyutils.py index d98ae3ca4..ba041d323 100644 --- a/python/libghdl/thin/vhdl/pyutils.py +++ b/python/libghdl/thin/vhdl/pyutils.py @@ -298,7 +298,7 @@ def concurrent_stmts_iter(n): def constructs_iter(n): """Iterator on library unit, concurrent statements and declarations - that appear directly within a declarative part.""" + that appear directly within a declarative part.""" if n == thin.Null_Iir: return k = nodes.Get_Kind(n) @@ -365,7 +365,7 @@ def constructs_iter(n): def sequential_iter(n): """Iterator on sequential statements. The first node must be either - a process or a subprogram body.""" + a process or a subprogram body.""" if n == thin.Null_Iir: return k = nodes.Get_Kind(n) -- cgit v1.2.3