Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Feb 26, 2024
1 parent d1dc83c commit 22f8b4f
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 @@ -237,7 +237,7 @@ drop-in replacement for `property`.
It is possible to create groups of `znflow.nodify` or `znflow.Nodes` independent
from the graph structure. To create a group you can use
`with graph.group(<name>)`. To access the group members, use
`graph.get_group(<name>) -> list`.
`graph.get_group(<name>) -> znflow.Group`.

```python
import znflow
Expand Down

0 comments on commit 22f8b4f

Please sign in to comment.