From 967807ea5f03bbdba55146afbebbc838a3dd27b8 Mon Sep 17 00:00:00 2001 From: George Rodrigues Date: Sat, 1 Oct 2022 16:06:43 -0300 Subject: [PATCH 1/2] Update notify.py --- sherlock/notify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock/notify.py b/sherlock/notify.py index cb3ff99..be41dbe 100644 --- a/sherlock/notify.py +++ b/sherlock/notify.py @@ -185,7 +185,7 @@ class QueryNotifyPrint(QueryNotify): # return def countResults(self): - """This function counts the number of results. Every time the fuction is called, + """This function counts the number of results. Every time the function is called, the number of results is increasing. Keyword Arguments: @@ -304,4 +304,4 @@ class QueryNotifyPrint(QueryNotify): Return Value: Nicely formatted string to get information about this object. """ - return str(self.result) \ No newline at end of file + return str(self.result)