Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ellipse: update angle_start, angle_end to explicit floats #7860

Merged
merged 2 commits into from Aug 25, 2022

Conversation

seevee
Copy link
Contributor

@seevee seevee commented Apr 11, 2022

Ellipse parameters angle_start and angle_end are now called as float in docs instead of int

This is effectively a typo fix, see the cdef definitions directly below these changes:

    cdef float _angle_start
    cdef float _angle_end

EDIT: additionally, the default values for these parameters have been explicitly set as floats for clarity.

Ellipse parameters `angle_start` and `angle_end` are now called as `float` in docs instead of `int`
@welcome
Copy link

welcome bot commented Apr 11, 2022

Thanks for opening your first pull request here! 💖 Please check out our contributing guidelines.

For additional clarity, change `angle_start` and `angle_end` default values to floats (0.0, 360.0)
@seevee seevee changed the title Ellipse: update param types in docs Ellipse: update angle_start, angle_end to explicit floats Apr 12, 2022
@misl6 misl6 added the Component: graphics kivy/graphics label Aug 25, 2022
@misl6 misl6 added this to the 2.2.0 milestone Aug 25, 2022
Copy link
Member

@misl6 misl6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you!
(sorry for the wait)

@misl6 misl6 merged commit 9922e12 into kivy:master Aug 25, 2022
@welcome
Copy link

welcome bot commented Aug 25, 2022

Congrats on merging your first pull request! 🎉🎉🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: graphics kivy/graphics
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants