Fix incorrect ref syntax in one place

This commit is contained in:
Kovid Goyal 2024-11-12 20:42:03 +05:30
parent 1ee299ee2a
commit 60d0f43a62
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -2970,7 +2970,7 @@ r'''
``extra_file_modtime(file_name, format_string)`` -- returns the modification ``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 time of the extra file ``file_name`` in the book's ``data/`` folder if it
exists, otherwise ``-1``. The modtime is formatted according to 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 the empty string, returns the modtime as the floating point number of seconds
since the epoch. See also the functions :ref:`has_extra_files`, 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. :ref:`extra_file_names` and :ref:`extra_file_size`. The epoch is OS dependent.