diff --git a/sherlock/notify.py b/sherlock/notify.py index e3e4abbd..8307fe5e 100644 --- a/sherlock/notify.py +++ b/sherlock/notify.py @@ -27,7 +27,7 @@ class QueryNotify(): results for this query. Return Value: - Nothing. + N/A. """ self.result = result @@ -48,7 +48,7 @@ class QueryNotify(): Default is None. Return Value: - Nothing. + N/A. """ return @@ -65,7 +65,7 @@ class QueryNotify(): results for this query. Return Value: - Nothing. + N/A. """ self.result = result @@ -86,7 +86,7 @@ class QueryNotify(): Default is None. Return Value: - Nothing. + N/A. """ return @@ -125,7 +125,7 @@ class QueryNotifyPrint(QueryNotify): color -- Boolean indicating whether to color terminal output Return Value: - Nothing. + N/A. """ # Colorama module's initialization. @@ -149,7 +149,7 @@ class QueryNotifyPrint(QueryNotify): of queries are about. Return Value: - Nothing. + N/A. """ title = "Checking username" @@ -175,7 +175,7 @@ class QueryNotifyPrint(QueryNotify): results for this query. Return Value: - Nothing. + N/A. """ self.result = result diff --git a/sherlock/result.py b/sherlock/result.py index 6e6ddc1b..e74921cc 100644 --- a/sherlock/result.py +++ b/sherlock/result.py @@ -58,7 +58,7 @@ class QueryResult(): Default of None. Return Value: - Nothing. + N/A. """ self.username = username diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py index b0051fcc..a69ed077 100644 --- a/sherlock/sherlock.py +++ b/sherlock/sherlock.py @@ -64,7 +64,7 @@ class SherlockFuturesSession(FuturesSession): kwargs -- Keyword arguments. Return Value: - N/A + N/A. """ resp.elapsed = monotonic() - start diff --git a/sherlock/sites.py b/sherlock/sites.py index de8eeece..ad36eb3c 100644 --- a/sherlock/sites.py +++ b/sherlock/sites.py @@ -46,7 +46,7 @@ class SiteInformation(): object for future use. Return Value: - Nothing. + N/A. """ self.name = name @@ -104,7 +104,7 @@ class SitesInformation(): default site list will be used. Return Value: - Nothing. + N/A. """ if data_file_path is None: