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

Changed point class documentation description text #7096

Conversation

Chaitanya1672
Copy link
Contributor

Resolves #7086

Changes:
Changed the description of the point method to clarify the number of parameters.

Previous Text:
The version of point() with one parameter allows the point's location to be set with its x- and y-coordinates, as in point(10, 20).

Updated Text:
The version of point() with two parameters allows the point's location to be set with its x- and y-coordinates, as in point(10, 20).

Reference:
As discussed in Issue #7086 .

Screenshots of the change:

PR Checklist

Copy link

welcome bot commented Jun 14, 2024

🎉 Thanks for opening this pull request! Please check out our contributing guidelines if you haven't already. And be sure to add yourself to the list of contributors on the readme page!

@Qianqianye Qianqianye requested a review from nickmcintyre June 15, 2024 01:25
@Qianqianye
Copy link
Contributor

Thanks @Chaitanya1672! Tagging @Paulo005 and @nickmcintyre to review this PR

Copy link
Member

@nickmcintyre nickmcintyre left a comment

Choose a reason for hiding this comment

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

Looks good, thanks!

@Qianqianye Qianqianye merged commit 9a7babd into processing:main Jun 16, 2024
2 checks passed
@Chaitanya1672 Chaitanya1672 deleted the fix/point-documentation-description-text branch June 16, 2024 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"point" class documentation text misprint
3 participants