Skip to content

bpo-32735: Fix typo in f-strings example #5464

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

Merged
merged 1 commit into from
Jan 31, 2018

Conversation

csabella
Copy link
Contributor

@csabella csabella commented Jan 31, 2018

Copy link
Member

@bitdancer bitdancer left a comment

Choose a reason for hiding this comment

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

LGTM

@Mariatta Mariatta merged commit b299393 into python:master Jan 31, 2018
@miss-islington
Copy link
Contributor

Thanks @csabella for the PR, and @Mariatta for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 31, 2018
…ythonGH-5464)

The f-string example for using datetime format specifier does not match the given output.
Changed the format from %b to %B so it matches the output of "January".
(cherry picked from commit b299393)

Co-authored-by: Cheryl Sabella <[email protected]>
@bedevere-bot
Copy link

GH-5465 is a backport of this pull request to the 3.6 branch.

@csabella csabella deleted the stringexample branch January 31, 2018 21:50
@csabella
Copy link
Contributor Author

Thanks!

Mariatta pushed a commit that referenced this pull request Jan 31, 2018
…H-5464) (GH-5465)

The f-string example for using datetime format specifier does not match the given output.
Changed the format from %b to %B so it matches the output of "January".
(cherry picked from commit b299393)

Co-authored-by: Cheryl Sabella <[email protected]>
ned-deily pushed a commit to ned-deily/cpython that referenced this pull request Jan 31, 2018
…ythonGH-5464)

The f-string example for using datetime format specifier does not match the given output.
Changed the format from %b to %B so it matches the output of "January".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants