Fix incorrect docsting in prep_tag_search (#191)

This commit is contained in:
Alex 2017-08-15 23:50:31 -04:00 committed by Arun Prakash Jana
parent bb5523cb97
commit bb1957bdba

View File

@ -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