This commit is contained in:
Arun Prakash Jana 2020-03-26 21:10:41 +05:30
parent a8c5b84fe3
commit 3fc4d164d4
No known key found for this signature in database
GPG Key ID: A75979F35C080412

2
buku
View File

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