We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebd09ba + 2921f57 commit ee1027cCopy full SHA for ee1027c
docs/examples/guide/widgets/checker03.py
@@ -49,7 +49,7 @@ def render_line(self, y: int) -> Strip:
49
for column in range(self.board_size)
50
]
51
strip = Strip(segments, self.board_size * 8)
52
- # Crop the strip so that is covers the visible area
+ # Crop the strip so that it covers the visible area
53
strip = strip.crop(scroll_x, scroll_x + self.size.width)
54
return strip
55
0 commit comments