Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
estshorter committed Aug 8, 2021
1 parent 71237d3 commit b0e8807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ nodes = [Node(func=add, inputs=5, config={"hyperparam": 10},

`Pipeline` also accepts a list of functions with no arguments and return-values:
```python
from lwpipe import TrivialPipeline
from lwpipe import Pipeline

def func():
return
Expand Down
2 changes: 1 addition & 1 deletion README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ nodes = [Node(func=add, inputs=5, config={"hyperparam": 10},

`Pipeline` also accepts a list of functions with no arguments and return-values:
```python
from lwpipe import TrivialPipeline
from lwpipe import Pipeline

def func():
return
Expand Down

0 comments on commit b0e8807

Please sign in to comment.