Skip to content

Commit 657c651

Browse files
committed
Added type hints to uheap
1 parent 4c5a9d1 commit 657c651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/uheap/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
//| """Heap size analysis"""
3535
//|
3636

37-
//| def info(object: Any) -> Any:
37+
//| def info(object: Any) -> int:
3838
//| """Prints memory debugging info for the given object and returns the
3939
//| estimated size."""
4040
//| ...

0 commit comments

Comments
 (0)