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

gh-99728: correct typo in datetime format codes #99750

Merged
merged 3 commits into from
Dec 10, 2022

Conversation

tbwolfe
Copy link
Contributor

@tbwolfe tbwolfe commented Nov 24, 2022

The documentation referenced '%J', which is not a valid datetime format code. The documentation was changed to reference '%j' instead.

The documentation referenced '%J', which is not a valid
datetime format code. The documentation was changed to
reference '%j' instead.
Changing order of arguments made this information
inconsistent with above table. Reverting ordering
change.
Doc/library/datetime.rst Outdated Show resolved Hide resolved
In previous commit, one ordering change was
overlooked.
@miss-islington
Copy link
Contributor

Thanks @tbwolfe for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

@kumaraditya303
Copy link
Contributor

Thanks

@bedevere-bot
Copy link

GH-100158 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Dec 10, 2022
@bedevere-bot
Copy link

GH-100159 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Dec 10, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 10, 2022
…pythonGH-99750)

(cherry picked from commit d5f8a2b)

Co-authored-by: Brad Wolfe <brad.wolfe@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Dec 10, 2022
…pythonGH-99750)

(cherry picked from commit d5f8a2b)

Co-authored-by: Brad Wolfe <brad.wolfe@gmail.com>
miss-islington added a commit that referenced this pull request Dec 10, 2022
…9750)

(cherry picked from commit d5f8a2b)

Co-authored-by: Brad Wolfe <brad.wolfe@gmail.com>
miss-islington added a commit that referenced this pull request Dec 10, 2022
…9750)

(cherry picked from commit d5f8a2b)

Co-authored-by: Brad Wolfe <brad.wolfe@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants