[3.6] bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) by miss-islington · Pull Request #5465 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

Copy link Copy Markdown

Contributor

@miss-islington miss-islington commented

Jan 31, 2018

edited by bedevere-bot

Loading

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 cheryl.sabella@gmail.com

https://bugs.python.org/issue32735

…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 <cheryl.sabella@gmail.com>

@miss-islington

Copy link Copy Markdown

Contributor Author

@csabella and @Mariatta: Backport status check is done, and it's a success ✅ .

@Mariatta Mariatta merged commit 581ce25 into python:3.6

Jan 31, 2018

@miss-islington

Copy link Copy Markdown

Contributor Author

Thanks, @Mariatta!

@miss-islington miss-islington deleted the backport-b299393-3.6 branch

January 31, 2018 22:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@Mariatta Mariatta Mariatta approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

5 participants

@miss-islington @Mariatta @the-knights-who-say-ni @bedevere-bot @csabella