Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into Poly_Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
u7156704 committed Oct 26, 2023
2 parents 2eb2a20 + 305e6ad commit ec42b45
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 ec42b45

Please sign in to comment.