Skip to content

Commit 2ee7eb0

Browse files
committed
2 parents 9b02d1b + 1430309 commit 2ee7eb0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ node = MyNode()
7777

7878
```python
7979
Graph[MyState, Shared](
80-
edges=[
80+
edges=[(
8181
(
8282
START,
8383
node
8484
),
8585
(
8686
node,
8787
END
88-
)
88+
), END)
8989
]
9090
)
9191
```

0 commit comments

Comments
 (0)