mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1386036 [Little typo?](https://bugs.launchpad.net/calibre/+bug/1386036)
This commit is contained in:
parent
8de5eb55f8
commit
ffc8e6ea1d
@ -1662,7 +1662,7 @@ class Cache(object):
|
|||||||
def tags_older_than(self, tag, delta=None, must_have_tag=None, must_have_authors=None):
|
def tags_older_than(self, tag, delta=None, must_have_tag=None, must_have_authors=None):
|
||||||
'''
|
'''
|
||||||
Return the ids of all books having the tag ``tag`` that are older than
|
Return the ids of all books having the tag ``tag`` that are older than
|
||||||
than the specified time. tag comparison is case insensitive.
|
the specified time. tag comparison is case insensitive.
|
||||||
|
|
||||||
:param delta: A timedelta object or None. If None, then all ids with
|
:param delta: A timedelta object or None. If None, then all ids with
|
||||||
the tag are returned.
|
the tag are returned.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user