mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 12:07:27 +00:00

This commit fixes the PEP8 warnings, with the only change to the PEP8 standard being the column limit change from 80 to 120. These warnings were gathered with `flake8` version 6.1.0. The complete command to see warnings was: `flake8 --max-line-length 120 generate_functions.py` Additionally, comments have been line wrapped in places, start of sentences have been capitalized, and full stops have been added to terminate sentences.