Skip to content

Commit afa3442

Browse files
hannes-ucscachave11-ucsc
authored andcommitted
Improve readability of literal in doctest
1 parent d44eddb commit afa3442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azul/uuids.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def to_json(self) -> MutableJSON:
203203

204204
def contains(self, member: UUID) -> bool:
205205
"""
206-
>>> p = UUIDPartition(prefix_length=7, prefix=0b0111_1111)
206+
>>> p = UUIDPartition(prefix_length=7, prefix=0b1111_111)
207207
>>> p.contains(UUID('fdd4524e-14c4-41d7-9071-6cadab09d75c'))
208208
False
209209
>>> p.contains(UUID('fed4524e-14c4-41d7-9071-6cadab09d75c'))

0 commit comments

Comments
 (0)