fury-gl / fury

FURY - Free Unified Rendering in pYthon.
https://fury.gl
Other
226 stars 165 forks source link

Added/Modified docstrings for 3 actor.py functions #861

Closed robinroy03 closed 4 months ago

robinroy03 commented 4 months ago

_textured_sphere_source and texture_on_sphere had no docstrings.

texture_2d had the wrong docstring description. Fixed it

robinroy03 commented 4 months ago

There is a typo, let me fix that ..

robinroy03 commented 4 months ago

fixed ✅ Please review the PR and let me know if I've to make any modifications

pep8speaks commented 4 months ago

Hello @robinroy03, Thank you for updating!

Line 3484:1: W293 blank line contains whitespace

To test for issues locally, pip install flake8 and then run flake8 fury.

Comment last updated at 2024-02-24 16:31:29 UTC
robinroy03 commented 4 months ago

I've made the changes 👍