-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Solved description problem #117600
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
Solved description problem #117600
Conversation
The following commit authors need to sign the Contributor License Agreement: |
I am sending a new PR pls check |
What is the motivation for this change? It doesn't look necessary. |
I had to contribute to 1 open source project for my college assignment. I saw this problem and did the changes based on my understanding of the problem statement. If you want me to do some other changes pls clarify. I would be very happy to contribute |
This PR is not linked to any issue, so I don't know what the problem is that you are trying to solve. |
In documentation explanation to command date.replace() is not clear enough. In documentation description to this function says "Return a date with the same value, except for those parameters given new values by whichever keyword arguments are specified." and gives an examle: --- from datetime import date So i propose to make this part that there won't be any confusion for anyone by rephrasing it. Return a new date object with the same value as initial, except for those parameters given new values by whichever keyword arguments are specified. --- from datetime import date |
I am a beginner and learning things now. Eventually would start doing good contributions but in this problem, if you want me to do anything I would be really happy to do |
First, report an issue describing the problem. That helps keep related and backported pull requests together. You'll find the same wording in Try to keep source lines below 80 characters, as in (most of) the rest of the document. Avoid adding unnecessary blank lines, or removing existing ones. (Unless you're intentionally improving the source's readability, of course.) When rewording something in the reference docs, try to be as concise, correct and complete as you can. |
Closing, since OP hasn't replied / signed the CLA |
📚 Documentation preview 📚: https://cpython-previews--117600.org.readthedocs.build/