From 71237d3e82e2ec3ca28c087e82d435f684cd4285 Mon Sep 17 00:00:00 2001 From: estshorter <1430311+estshorter@users.noreply.github.com> Date: Sat, 7 Aug 2021 13:50:24 +0900 Subject: [PATCH] fix grammer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 775dca3..b23b495 100644 --- a/README.md +++ b/README.md @@ -165,7 +165,7 @@ nodes = [Node(func=add, inputs=5, config={"hyperparam": 10}, )] ``` -`Pipeline` also accepts a list of functions with no aruments and return-values: +`Pipeline` also accepts a list of functions with no arguments and return-values: ```python from lwpipe import TrivialPipeline