Skip to content

Commit 454fcfc

Browse files
committed
stupid comment
1 parent 13f87a4 commit 454fcfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rich/cells.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def get_character_cell_size(character: str, unicode_version: str = "auto") -> in
6969
upper_bound = len(table) - 1
7070

7171
while lower_bound <= upper_bound:
72-
index = (lower_bound + upper_bound) >> 1 # Faster than // 2
72+
index = (lower_bound + upper_bound) >> 1
7373
entry = table[index]
7474
start = entry[0]
7575

0 commit comments

Comments
 (0)