[docs] [issue32735] Typo in f-string example in docs

Cheryl Sabella report at bugs.python.org
Wed Jan 31 15:56:00 EST 2018


New submission from Cheryl Sabella <chekat2 at gmail.com>:

On the lexical analysis doc page, in f-strings example, the following example isn't quite right:

>>> f"{today:%b %d, %Y}"  # using date format specifier
'January 27, 2017'

Submitting a patch shortly to use %B instead of %b.

----------
assignee: docs at python
components: Documentation
messages: 311371
nosy: csabella, docs at python
priority: normal
severity: normal
status: open
title: Typo in f-string example in docs
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32735>
_______________________________________


More information about the docs mailing list