Fix incorrect docsting in prep_tag_search (#191)
This commit is contained in:
parent
bb5523cb97
commit
bb1957bdba
5
buku.py
5
buku.py
@ -2347,9 +2347,8 @@ def prep_tag_search(tags):
|
||||
:return: tuple (
|
||||
list of formatted tags to search,
|
||||
a string indicating query search operator (either OR or AND),
|
||||
a regex string of tags (used to exclude matching bookmarks),
|
||||
),
|
||||
None, if ' - ' operator is not in the tags argument
|
||||
a regex string of tags (None if ' - ' operator not in tags)
|
||||
)
|
||||
"""
|
||||
|
||||
excluded_tags = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user