Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pintman committed Dec 29, 2023
1 parent 826f8c7 commit 6de17ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ def handle_px(self, x, y):
return (x, y) in self.pixels

class LinesDemo(DemoBase):
"Lines Demo"
"Lines Demo: run 1 line hor and vert"
def __init__(self, flipdotdisplay, fps=FPS):
super().__init__(flipdotdisplay, fps)
self.t = 0
Expand Down

0 comments on commit 6de17ef

Please sign in to comment.