string changes

This commit is contained in:
Kovid Goyal 2025-07-12 06:42:11 +05:30
parent cacb6e5117
commit 78bf3c11e1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1308,7 +1308,7 @@ r'''
``formats_paths([separator])`` -- return a ``separator``-separated list of ``formats_paths([separator])`` -- return a ``separator``-separated list of
colon-separated items ``FMT:PATH`` giving the full path to the formats of a colon-separated items ``FMT:PATH`` giving the full path to the formats of a
book.[/] The ``separator`` argument is optional. If not supplied then the book.[/] The ``separator`` argument is optional. If not supplied then the
seoarator is ``', '`` (comma space). If the separator is a comma then you can separator is ``', '`` (comma space). If the separator is a comma then you can
use the ``select()`` function to get the path for a specific format. Note that use the ``select()`` function to get the path for a specific format. Note that
format names are always uppercase, as in EPUB. format names are always uppercase, as in EPUB.
''') ''')