[3.6] bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) by miss-islington · Pull Request #5465 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
Mariatta merged 1 commit intopython:3.6from
Jan 31, 2018Merged
Conversation
Copy link Copy Markdown
Contributor
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
…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>
bedevere-bot
mentioned this pull request
bedevere-bot
added
the
skip news
label
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
Mariatta approved these changes Jan 31, 2018
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Jan 31, 2018
miss-islington commented
Jan 31, 2018
Mariatta
merged commit
581ce25
into
python:3.6
Copy link Copy Markdown
Contributor Author
miss-islington
commented
Jan 31, 2018
miss-islington commented
Jan 31, 2018Thanks, @Mariatta!
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-b299393-3.6
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment