Skip to content

Commit

Permalink
fix grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
estshorter committed Aug 7, 2021
1 parent 8244a55 commit 71237d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 71237d3

Please sign in to comment.