bpo-32735: Fix typo in f-strings example by csabella · Pull Request #5464 · python/cpython

@csabella

bitdancer

Mariatta

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

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

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".