pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
939 stars 155 forks source link

Rename `pygame.typing.Coordinate` to `Point`, fix related grammar #3139

Closed aatle closed 1 month ago

aatle commented 1 month ago

As per discussion on discord, the Coordinate class is grammatically incorrect and Point would be a better name for various reasons.

Rename Coordinate to Point and IntCoordinate to IntPoint in code. Mostly in .pyi files, and a few test modules. (Non-python code was not checked.)

Fix grammar where "coordinate" was put when "point" or "coordinates" was intended, in pygame docs.