diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-09-13 11:56:11 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-09-13 11:56:34 -0500 |
| commit | e5122b1acf3742474f0b496a01c7180bc0f6faf0 (patch) | |
| tree | c025bcc243d5e9954a4c113ca8a7ea9b88f6b8ea /shared-bindings | |
| parent | b24d3b886af1d4fbbe481961a3b3215fcc0ba799 (diff) | |
_bleio: fix markup typo
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/_bleio/Address.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_bleio/Address.c b/shared-bindings/_bleio/Address.c index 1f168d31a..04c667db4 100644 --- a/shared-bindings/_bleio/Address.c +++ b/shared-bindings/_bleio/Address.c @@ -86,7 +86,7 @@ STATIC mp_obj_t bleio_address_make_new(const mp_obj_type_t *type, size_t n_args, //| or use `str()` on the :py:class:`~_bleio.Attribute` object itself, the address will be printed //| in the expected order. For example: //| -//| .. code-block:: pycon +//| .. code-block:: python //| //| >>> import _bleio //| >>> _bleio.adapter.address |
