Skip to content

Commit 690e9ff

Browse files
committed
Change single date link
1 parent 3bd942f commit 690e9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ Instance methods:
765765
.. method:: date.__format__(format)
766766

767767
Same as :meth:`.date.strftime`. This makes it possible to specify a format
768-
string for a :class:`.date` object in :ref:`formatted string
768+
string for a :class:`date` object in :ref:`formatted string
769769
literals <f-strings>` and when using :meth:`str.format`.
770770
See also :ref:`strftime-strptime-behavior` and :meth:`date.isoformat`.
771771

0 commit comments

Comments
 (0)