]> granicus.if.org Git - python/commit
bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Wed, 31 Jan 2018 21:37:51 +0000 (16:37 -0500)
committerMariatta <Mariatta@users.noreply.github.com>
Wed, 31 Jan 2018 21:37:51 +0000 (16:37 -0500)
commitb299393cc372f3ecbef4304f8eaa4c7838e975ca
tree404f4096a3db0098e22c459e946c7d47a8ba972c
parentc66f9f8d3909f588c251957d499599a1680e2320
bpo-32735: Fix typo in f-strings datetime format specifier example (GH-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".
Doc/reference/lexical_analysis.rst