summaryrefslogtreecommitdiff
path: root/shared-bindings/_bleio
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-06-14 13:04:58 -0500
committerJeff Epler <jepler@gmail.com>2020-06-14 13:05:08 -0500
commit32a29ffdff4f757b818be9d63df44366a9ea389c (patch)
tree5a2ff0b559cce36fb83f1d16f795b727569be918 /shared-bindings/_bleio
parentcb8539b06dd4bce11207341a311bffca741d190c (diff)
shared-bindings: Change docstrings with '\x...' chars to raw strings
Closes: #3032
Diffstat (limited to 'shared-bindings/_bleio')
-rw-r--r--shared-bindings/_bleio/Address.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/_bleio/Address.c b/shared-bindings/_bleio/Address.c
index ccbab1b9d..9beaff2ab 100644
--- a/shared-bindings/_bleio/Address.c
+++ b/shared-bindings/_bleio/Address.c
@@ -78,7 +78,7 @@ STATIC mp_obj_t bleio_address_make_new(const mp_obj_type_t *type, size_t n_args,
}
//| address_bytes: Any = ...
-//| """The bytes that make up the device address (read-only).
+//| r"""The bytes that make up the device address (read-only).
//|
//| Note that the ``bytes`` object returned is in little-endian order:
//| The least significant byte is ``address_bytes[0]``. So the address will