File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1245,7 +1245,7 @@ def normalize_uuid_16(uuid: int) -> str:
1245
1245
Normaizes a 16-bit integer UUID to the format used by Bleak.
1246
1246
1247
1247
Returns:
1248
- 128-bit UUID as string with the format ``"0000xxxx-1000-8000-00805f9b34fb"``.
1248
+ 128-bit UUID as string with the format ``"0000xxxx-0000- 1000-8000-00805f9b34fb"``.
1249
1249
1250
1250
Example::
1251
1251
@@ -1262,12 +1262,12 @@ def normalize_uuid_32(uuid: int) -> str:
1262
1262
Normaizes a 32-bit integer UUID to the format used by Bleak.
1263
1263
1264
1264
Returns:
1265
- 128-bit UUID as string with the format ``"xxxxxxxx-1000-8000-00805f9b34fb"``.
1265
+ 128-bit UUID as string with the format ``"xxxxxxxx-0000- 1000-8000-00805f9b34fb"``.
1266
1266
1267
1267
Example::
1268
1268
1269
1269
uuid = normalize_uuid_32(0x12345678)
1270
- # uuid == "12345678-1000-8000-00805f9b34fb"
1270
+ # uuid == "12345678-0000- 1000-8000-00805f9b34fb"
1271
1271
1272
1272
.. versionadded:: 0.21
1273
1273
"""
You can’t perform that action at this time.
0 commit comments