Skip to content

Commit 88aeaf3

Browse files
committed
Fix cookbook.md example; func.function_type doesn't exist
1 parent 2af635f commit 88aeaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/cookbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ for func in bv.functions:
1818
print(func.name)
1919
print(func.start)
2020
print(func.parameter_vars)
21-
print(func.function_type)
21+
print(func.return_type)
2222
```
2323

2424
### Getting a specific function

0 commit comments

Comments
 (0)