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.
|
||
|---|---|---|
| .. | ||
| preludes | ||
| generate_functions.py | ||
| raylib-zig-ext.zig | ||
| raylib-zig-math-ext.zig | ||
| raylib-zig-math.zig | ||
| raylib-zig.zig | ||