Skip to content

Commit 5994caf

Browse files
committed
fixing code examples in README
1 parent 4201fab commit 5994caf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/py/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ import kaleido
100100
asyncio.run(
101101
kaleido.write_fig(
102102
fig,
103-
path="./",
104-
n=4
103+
path="./"
105104
)
106105
)
107106
```

0 commit comments

Comments
 (0)