Skip to content

Commit 978cec0

Browse files
committed
pixelbuf: correct trivial typos
1 parent 2b02750 commit 978cec0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

shared-bindings/_bleio/Service.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
//|
5050
//| .. classmethod:: add_to_peripheral(peripheral, uuid, *, secondary=False)
5151
//|
52-
//| Create a new Service object, identitied by the specified UUID, and add it
52+
//| Create a new Service object, identified by the specified UUID, and add it
5353
//| to the given Peripheral.
5454
//|
5555
//| To mark the service as secondary, pass `True` as :py:data:`secondary`.

shared-bindings/_pixelbuf/__init__.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555

5656
//| .. class:: ByteOrder()
5757
//|
58-
//| Classes representing byteorders for circuitpython
58+
//| Classes representing byteorders for CircuitPython
5959

6060

6161
//| .. attribute:: bpp
@@ -284,7 +284,7 @@ PIXELBUF_BYTEORDER(LBRG, 4, 3, 1, 2, 0, false, true)
284284
//| * **bpp** 4
285285
//| * **has_luminosity** True
286286
//|
287-
//| Actual format commonly used by DotStar (5 bit luninance value)
287+
//| Actual format commonly used by DotStar (5 bit luminance value)
288288
PIXELBUF_BYTEORDER(LBGR, 4, 3, 2, 1, 0, false, true)
289289

290290
STATIC const mp_rom_map_elem_t pixelbuf_module_globals_table[] = {

0 commit comments

Comments
 (0)