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
767 stars 120 forks source link

Minor docs/stubs improvements in `invlerp`/`remap` #2902

Closed ankith26 closed 1 month ago

ankith26 commented 1 month ago

Just a follow up PR to #2654

The main goal of doing this PR was to fix the ZeroDivisionError mentioned in the docs to ValueError, which is what is actually raised in the code. Also made one argument name in stubs consistent with the docs.

While I was editing the docs, I also polished it up a bit up according to my tastes.