Skip to content

Commit 0f94cc5

Browse files
elpekenintannewt
andauthored
Update shared-bindings/_bleio/CharacteristicBuffer.c
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent 9b950a4 commit 0f94cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/_bleio/CharacteristicBuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ static void check_for_deinit(bleio_characteristic_buffer_obj_t *self) {
8383
//| def readinto(self, buf: WriteableBuffer, nbytes: Optional[int] = None) -> Optional[int]:
8484
//| """Read bytes into the ``buf``. Read at most ``len(buf)`` bytes.
8585
//|
86-
//| You may reduce this maximum read using the ``n_bytes`` argument.
86+
//| You may reduce this maximum read using the ``nbytes`` argument.
8787
//|
8888
//| :return: number of bytes read and stored into ``buf``
8989
//| :rtype: int or None (on a non-blocking error)"""

0 commit comments

Comments
 (0)