diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-05-30 19:01:27 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2019-05-30 19:02:47 -0700 |
| commit | cfe24b85322a029758c3376eed2726657397bf33 (patch) | |
| tree | ad2fc7e126800c258ad469ec37dc11166e27c784 /shared-bindings/uheap/__init__.c | |
| parent | 63b253c33a2e56bc6c6ccb902d89d0c0b27f7d8f (diff) | |
Improve rST consistency for rst2pyi use
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 df18237ac..0d699cd28 100644 --- a/shared-bindings/uheap/__init__.c +++ b/shared-bindings/uheap/__init__.c @@ -38,7 +38,7 @@ //| :synopsis: Heap size analysis //| -//| .. method:: info(object) +//| .. function:: info(object) //| //| Prints memory debugging info for the given object and returns the //| estimated size. |
