Skip to content

Commit

Permalink
Merge pull request pygame#4055 from kcivin/patch-1
Browse files Browse the repository at this point in the history
Update PygameIntro.rst
  • Loading branch information
illume committed Oct 23, 2023
2 parents 4065a11 + 64de0e3 commit 305e6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reST/tut/PygameIntro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ along, and a complete breakdown follows.
if ballrect.top < 0 or ballrect.bottom > height:
speed[1] = -speed[1]
screen.fill(black)
screen.fill("black")
screen.blit(ball, ballrect)
pygame.display.flip()
Expand Down

0 comments on commit 305e6ad

Please sign in to comment.