diff options
Diffstat (limited to 'shared-bindings/uheap/__init__.c')
| -rw-r--r-- | shared-bindings/uheap/__init__.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/uheap/__init__.c b/shared-bindings/uheap/__init__.c index f089f2922..0559d974a 100644 --- a/shared-bindings/uheap/__init__.c +++ b/shared-bindings/uheap/__init__.c @@ -34,7 +34,7 @@ //| """Heap size analysis""" //| -//| def info(object: Any) -> Any: +//| def info(object: Any) -> int: //| """Prints memory debugging info for the given object and returns the //| estimated size.""" //| ... |
