bpo-32735: Fix typo in f-strings example by csabella · Pull Request #5464 · python/cpython
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, 2018ned-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".
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