We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12203d9 commit 93b9b03Copy full SHA for 93b9b03
Doc/whatsnew/3.8.rst
@@ -267,7 +267,7 @@ then the representation of the evaluated expression. For example:
267
The usual :ref:`f-string format specifiers <f-strings>` allow more
268
control over how the result of the expression is displayed::
269
270
- >>> delta = date.today() - member_since
+ >>> delta = dt.date.today() - member_since
271
>>> f'{user=!s} {delta.days=:,d}'
272
'user=eric_idle delta.days=16,075'
273
0 commit comments