Update notify.py

pull/1482/head
George Rodrigues 2 years ago committed by GitHub
parent 4ed6c1060a
commit 967807ea5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)
return str(self.result)

Loading…
Cancel
Save