]> 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)
committerNed Deily <nad@python.org>
Wed, 31 Jan 2018 22:02:57 +0000 (17:02 -0500)
commit70e304252af34dfde3d89c9a1aa48c0c4af17dd3
tree483188a78bf18c33f8b8e68432997f6f42e9bc6d
parentf3da70f8ab17219dfe122d43379b7a3f751bddab
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