From 3fc4d164d492bb87aa929d3503cdf98bb7ac7e74 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Thu, 26 Mar 2020 21:10:41 +0530 Subject: [PATCH] Fix #440 --- buku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buku b/buku index feb72b6..f57b3c7 100755 --- a/buku +++ b/buku @@ -4411,7 +4411,7 @@ def regexp(expr, item): Returns ------- bool - True if result of search is not None, returns None otherwise. + True if result of search is not None, else False. """ if expr is None or item is None: