🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
939
stars
155
forks
source link
Rename `pygame.typing.Coordinate` to `Point`, fix related grammar #3139
Closed
aatle closed 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
toPoint
andIntCoordinate
toIntPoint
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.