From e20e934c222be36d71210c24889a657052e96e06 Mon Sep 17 00:00:00 2001 From: Reinhard Keil Date: Wed, 10 May 2023 09:05:09 +0200 Subject: [PATCH] Enhanced comments in graph.py --- ComputeGraph/examples/simpledsp/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ComputeGraph/examples/simpledsp/graph.py b/ComputeGraph/examples/simpledsp/graph.py index 60aaf1d5..f1dfc832 100644 --- a/ComputeGraph/examples/simpledsp/graph.py +++ b/ComputeGraph/examples/simpledsp/graph.py @@ -2,7 +2,7 @@ # and to access to the classes for the Graph Graph. from cmsisdsp.cg.scheduler import * -# Include definition of the nodes defined in 'nodes.py'. +# Include definition of the processing nodes defined in 'nodes.py'. from nodes import * # Define data type 'float' used for all IOs in this example