Skip to content

Commit

Permalink
changed pygame.USEREVENT to userevent
Browse files Browse the repository at this point in the history
  • Loading branch information
JorasOliveira committed Oct 26, 2023
1 parent de9519d commit f257ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reST/ref/event.rst
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ On Android, the following events can be generated
| :sl:`make custom user event type`
| :sg:`custom_type() -> int`
Reserves an event slot for use in a custom event ``pygame.USEREVENT`` and returns the integer that the event slot is reserved to.
Reserves an event slot for use in a custom event ``userevent`` and returns the integer that the event slot is reserved to.

If too many events are made a :exc:`pygame.error` is raised.

Expand Down

0 comments on commit f257ce8

Please sign in to comment.