summaryrefslogtreecommitdiff
path: root/shared-bindings/msgpack
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/msgpack')
-rw-r--r--shared-bindings/msgpack/ExtType.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/msgpack/ExtType.c b/shared-bindings/msgpack/ExtType.c
index 3a4eee388..dfccbd3ef 100644
--- a/shared-bindings/msgpack/ExtType.c
+++ b/shared-bindings/msgpack/ExtType.c
@@ -34,7 +34,7 @@
//| def __init__(self, code: int, data: bytes) -> None:
//| """Constructor"""
//|
-//| :param int code: type code in range 0~127.
+//| :param int code: type code in range 0 .. 127.
//| :param bytes data: representation.
STATIC mp_obj_t mod_msgpack_exttype_make_new(const mp_obj_type_t *type, size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args) {