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

Documentation comments corrections #10693

Closed
wants to merge 1 commit into from
Closed

Documentation comments corrections #10693

wants to merge 1 commit into from

Conversation

SalilVishnuKapur
Copy link
Contributor

Community,

Here in the sets.py file there were some corrections that I thought would be better if corrected. Now the documentation comments are all better understandable .

Cheers !

Here in this file there were some corrections that I thought would be better if corrected. Now the documentation comments are all good .

Relies on Python's set class. This tests for object equality
All inputs are sympified
All inputs are simplified
Copy link
Contributor

Choose a reason for hiding this comment

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

sympified is correct.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I know simpify() function is there in sympy and with that reference it was written sympified . But my arguments are as follows:-

  1. There is no such word like sympified in dictionary .
  2. For the novice it would be better to understand code if we keep it more simplified.

In case my points are not valid then i can revert that to sympified.

Copy link
Contributor

Choose a reason for hiding this comment

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

I'd leave it as is. sympify() and simplify() are two explicitly different functions as pointed out in the tutorial. As such changing it to simplified would be likely to create more confusion as that is not the function that is being used.

@jbm950
Copy link
Contributor

jbm950 commented Jun 9, 2016

The top two sets of changes in this PR are correctly fixing grammatical/spelling errors and as such would be useful to add to the repository.

@gxyd gxyd changed the title Docmentation comments corrections Documentation comments corrections Oct 24, 2017
@gxyd
Copy link
Contributor

gxyd commented Oct 24, 2017

This PR has been inactive for quite sometime, so we are going to close it and open an issue to reference it. We try to keep our pull request queue small and focused on active work. We encourage you to reopen the pull request if and when you continue to work on this. Please contact us if you have any questions.

Thanks for contributing.

see https://github.com/sympy/sympy/wiki/Closing-pull-requests for our policies on closing pull request.

I've opened #13527 for this pull request so that we don't forget about it.

@gxyd gxyd closed this Oct 24, 2017
@AtharvaKhare AtharvaKhare mentioned this pull request Oct 25, 2017
smichr added a commit that referenced this pull request Oct 25, 2017
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.

None yet

5 participants