diff options
| author | arturo182 <arturo182@tlen.pl> | 2018-07-19 20:35:24 +0200 |
|---|---|---|
| committer | arturo182 <arturo182@tlen.pl> | 2018-10-21 15:50:53 +0200 |
| commit | 5412bf66c351f2a1a94ef9e0bc12b62be15b76d0 (patch) | |
| tree | 1fd549e25ca5bab143af2422fd1b3227ab8378b8 /shared-bindings/bleio/UUID.c | |
| parent | 3bd65fbae5d0150139c0ffd4cf02f8c9f547bbf5 (diff) | |
bleio: Improve type documentation
Diffstat (limited to 'shared-bindings/bleio/UUID.c')
| -rw-r--r-- | shared-bindings/bleio/UUID.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/bleio/UUID.c b/shared-bindings/bleio/UUID.c index 0523e918f..93a2051c1 100644 --- a/shared-bindings/bleio/UUID.c +++ b/shared-bindings/bleio/UUID.c @@ -89,7 +89,7 @@ enum { //| - a `str` value in the format of '0xXXXX' for 16-bit or 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX' for 128-bit //| - another UUID object //| -//| :param uuid: The uuid to encapsulate +//| :param int/str uuid: The uuid to encapsulate //| //| .. attribute:: type |
