Skip to content

Commit a81a2cf

Browse files
authored
Merge pull request #3411 from jepler/ble-doc-typo
_bleio: fix markup typo
2 parents ca136db + e5122b1 commit a81a2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/_bleio/Address.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ STATIC mp_obj_t bleio_address_make_new(const mp_obj_type_t *type, size_t n_args,
8686
//| or use `str()` on the :py:class:`~_bleio.Attribute` object itself, the address will be printed
8787
//| in the expected order. For example:
8888
//|
89-
//| .. code-block:: pycon
89+
//| .. code-block:: python
9090
//|
9191
//| >>> import _bleio
9292
//| >>> _bleio.adapter.address

0 commit comments

Comments
 (0)