File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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:
12451245 Normaizes a 16-bit integer UUID to the format used by Bleak.
12461246
12471247 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"``.
12491249
12501250 Example::
12511251
@@ -1262,12 +1262,12 @@ def normalize_uuid_32(uuid: int) -> str:
12621262 Normaizes a 32-bit integer UUID to the format used by Bleak.
12631263
12641264 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"``.
12661266
12671267 Example::
12681268
12691269 uuid = normalize_uuid_32(0x12345678)
1270- # uuid == "12345678-1000-8000-00805f9b34fb"
1270+ # uuid == "12345678-0000- 1000-8000-00805f9b34fb"
12711271
12721272 .. versionadded:: 0.21
12731273 """
You can’t perform that action at this time.
0 commit comments