We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b950a4 commit 0f94cc5Copy full SHA for 0f94cc5
shared-bindings/_bleio/CharacteristicBuffer.c
@@ -83,7 +83,7 @@ static void check_for_deinit(bleio_characteristic_buffer_obj_t *self) {
83
//| def readinto(self, buf: WriteableBuffer, nbytes: Optional[int] = None) -> Optional[int]:
84
//| """Read bytes into the ``buf``. Read at most ``len(buf)`` bytes.
85
//|
86
-//| You may reduce this maximum read using the ``n_bytes`` argument.
+//| You may reduce this maximum read using the ``nbytes`` argument.
87
88
//| :return: number of bytes read and stored into ``buf``
89
//| :rtype: int or None (on a non-blocking error)"""
0 commit comments