-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-123445: calendar: Improve descriptions for day and month attributes #123483
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
Conversation
Thanks, the OP at #123445 suggested:
Would you like to add one? And please could you give the PR a more descriptive title? |
How's that? I see the lint failed - do I need to recommit without trailing whitespace? I also don't understand why Tests / Docs / Docs (pull_request) failed. Any pointers appreciated. |
@m4t5 I've pushed a commit to remove whitespace to fix the tests, and also to reduce the wording change and restore the documentation for the module level enums. We also remove an accidentally committed file. In terms of the wording for A |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small wording changes.
These look good to me. Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Thanks @m4t5 for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…ributes (pythonGH-123483) (cherry picked from commit 8447c93) Co-authored-by: Mat S <mscull@gmail.com> Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
GH-124500 is a backport of this pull request to the 3.13 branch. |
…ributes (pythonGH-123483) (cherry picked from commit 8447c93) Co-authored-by: Mat S <mscull@gmail.com> Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
GH-124501 is a backport of this pull request to the 3.12 branch. |
…tributes (GH-123483) (#124501) gh-123445: calendar: Improve descriptions for day and month attributes (GH-123483) (cherry picked from commit 8447c93) Co-authored-by: Mat S <mscull@gmail.com> Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
…tributes (GH-123483) (#124500) gh-123445: calendar: Improve descriptions for day and month attributes (GH-123483) (cherry picked from commit 8447c93) Co-authored-by: Mat S <mscull@gmail.com> Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com> Co-authored-by: Eric V. Smith <ericvsmith@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
For day_name, day_abbr, month_name and month_abbr, change return type from "array" to "sequence".
📚 Documentation preview 📚: https://cpython-previews--123483.org.readthedocs.build/