Skip to content

Commit cc86601

Browse files
authored
Fix pydust usage in readme (#239)
1 parent 796aac7 commit cc86601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pub fn fibonacci(args: struct { n: u64 }) u64 {
5959
}
6060
6161
comptime {
62-
py.module(@This());
62+
py.rootmodule(@This());
6363
}
6464
```
6565

0 commit comments

Comments
 (0)