summaryrefslogtreecommitdiff
path: root/shared-bindings/memorymonitor/__init__.c
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-07-21 16:08:41 -0700
committerScott Shawcroft <scott@tannewt.org>2020-07-21 16:08:41 -0700
commitee019a96bae776661a7401e0f34cf633c908a42b (patch)
tree06caed6eb5b8c6308cad2807c237b45f9677c0c8 /shared-bindings/memorymonitor/__init__.c
parent693b3e7704e1c7a9bea25d3b43c3771123e8c214 (diff)
Updates based on review
Diffstat (limited to 'shared-bindings/memorymonitor/__init__.c')
-rw-r--r--shared-bindings/memorymonitor/__init__.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-bindings/memorymonitor/__init__.c b/shared-bindings/memorymonitor/__init__.c
index bfd5bf6d8..98f48f525 100644
--- a/shared-bindings/memorymonitor/__init__.c
+++ b/shared-bindings/memorymonitor/__init__.c
@@ -36,9 +36,9 @@
//| """Memory monitoring helpers"""
//|
-//| class AllocationException:
+//| class AllocationError:
//| def __init__(self, Exception: Any):
-//| """Catch all exception for Bluetooth related errors."""
+//| """Catchall exception for allocation related errors."""
//| ...
MP_DEFINE_MEMORYMONITOR_EXCEPTION(AllocationError, Exception)