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 3bd942f commit 690e9ffCopy full SHA for 690e9ff
Doc/library/datetime.rst
@@ -765,7 +765,7 @@ Instance methods:
765
.. method:: date.__format__(format)
766
767
Same as :meth:`.date.strftime`. This makes it possible to specify a format
768
- string for a :class:`.date` object in :ref:`formatted string
+ string for a :class:`date` object in :ref:`formatted string
769
literals <f-strings>` and when using :meth:`str.format`.
770
See also :ref:`strftime-strptime-behavior` and :meth:`date.isoformat`.
771
0 commit comments