summaryrefslogtreecommitdiff
path: root/shared-bindings/displayio/Bitmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/displayio/Bitmap.c')
-rw-r--r--shared-bindings/displayio/Bitmap.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/shared-bindings/displayio/Bitmap.c b/shared-bindings/displayio/Bitmap.c
index d15c3b107..a52840f2e 100644
--- a/shared-bindings/displayio/Bitmap.c
+++ b/shared-bindings/displayio/Bitmap.c
@@ -37,12 +37,7 @@
#include "supervisor/shared/translate.h"
//| class Bitmap:
-//| """.. currentmodule:: displayio
-//|
-//| :class:`Bitmap` -- Stores values in a 2D array
-//| ==========================================================================
-//|
-//| Stores values of a certain size in a 2D array"""
+//| """Stores values of a certain size in a 2D array"""
//|
//| def __init__(self, width: int, height: int, value_count: int):
//| """Create a Bitmap object with the given fixed size. Each pixel stores a value that is used to