Skip to content

Commit

Permalink
string changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Nov 18, 2024
1 parent 98a36a4 commit 6541318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/calibre/utils/formatter_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1179,9 +1179,9 @@ class BuiltinSelect(BuiltinFormatterFunction):
__doc__ = doc = _(
r'''
``select(value, key)`` -- interpret the ``value`` as a comma-separated list of items with
each item having the form ``id:value`` (the calibre ``identifier`` format). The
each item having the form ``id:id_value`` (the calibre ``identifier`` format). The
function finds the first pair with the id equal to ``key`` and returns the
corresponding ``value``. If no id matches then the function returns the empty
corresponding ``id_value``. If no id matches then the function returns the empty
string.
''')

Expand Down

0 comments on commit 6541318

Please sign in to comment.