Skip to content

[3.6] bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)#5465

Merged
Mariatta merged 1 commit intopython:3.6from
miss-islington:backport-b299393-3.6
Jan 31, 2018
Merged

[3.6] bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)#5465
Mariatta merged 1 commit intopython:3.6from
miss-islington:backport-b299393-3.6

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Jan 31, 2018

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]

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 <[email protected]>
@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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants