diff --git a/superset/explorables/base.py b/superset/explorables/base.py index 90a5d3a9aff8..7ab9b3b7a1ec 100644 --- a/superset/explorables/base.py +++ b/superset/explorables/base.py @@ -204,7 +204,7 @@ def get_query_result(self, query_object: QueryObject) -> QueryResult: object describing what data to fetch (columns, metrics, filters, time range, etc.) and returns a QueryResult containing a pandas DataFrame with the results. - :param query_obj: QueryObject describing the query + :param query_object: QueryObject describing the query :return: QueryResult containing: - df: pandas DataFrame with query results