Skip to content

Commit ee1027c

Browse files
authored
Merge pull request #5974 from lorie-gg/patch-1
2 parents ebd09ba + 2921f57 commit ee1027c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/guide/widgets/checker03.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def render_line(self, y: int) -> Strip:
4949
for column in range(self.board_size)
5050
]
5151
strip = Strip(segments, self.board_size * 8)
52-
# Crop the strip so that is covers the visible area
52+
# Crop the strip so that it covers the visible area
5353
strip = strip.crop(scroll_x, scroll_x + self.size.width)
5454
return strip
5555

0 commit comments

Comments
 (0)