Merge pull request #1482 from george124816/patch-1

docs: fix a typo on function documentation
This commit is contained in:
Siddharth Dushantha
2022-10-02 18:51:47 +02:00
committed by GitHub
+2 -2
View File
@@ -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)