mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
b299393cc3
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".