Skip to content

Commit

Permalink
Fix incorrect ref syntax in one place
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 12, 2024
1 parent 1ee299e commit 60d0f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calibre/utils/formatter_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -2970,7 +2970,7 @@ class BuiltinExtraFileModtime(BuiltinFormatterFunction):
``extra_file_modtime(file_name, format_string)`` -- returns the modification
time of the extra file ``file_name`` in the book's ``data/`` folder if it
exists, otherwise ``-1``. The modtime is formatted according to
``format_string`` (see :ref:`format_date()` for details). If ``format_string`` is
``format_string`` (see :ref:`format_date` for details). If ``format_string`` is
the empty string, returns the modtime as the floating point number of seconds
since the epoch. See also the functions :ref:`has_extra_files`,
:ref:`extra_file_names` and :ref:`extra_file_size`. The epoch is OS dependent.
Expand Down

0 comments on commit 60d0f43

Please sign in to comment.