diff --git a/api/py/ai/chronon/join.py b/api/py/ai/chronon/join.py index 852f0c03c..83d3159a9 100644 --- a/api/py/ai/chronon/join.py +++ b/api/py/ai/chronon/join.py @@ -51,7 +51,7 @@ def JoinPart( a user's avg_price, and you want to join the left (seller, buyer) with (seller_avg_price, buyer_avg_price) you would use key_mapping and prefix parameters. :param tags: - Additional metadata about the JoinPart that you wish to track. Does not effect computation. + Additional metadata about the JoinPart that you wish to track. Does not affect computation. :type tags: Dict[str, str] :return: JoinPart specifies how the left side of a join, or the query in online setting, would join with the right side diff --git a/api/py/test/test_group_by.py b/api/py/test/test_group_by.py index 700e5a2ff..1f44c7063 100644 --- a/api/py/test/test_group_by.py +++ b/api/py/test/test_group_by.py @@ -202,7 +202,7 @@ def test_generic_collector(): def test_select_sanitization(): gb = group_by.GroupBy( sources=[ - ttypes.EventSource( # No selects are spcified + ttypes.EventSource( # No selects are specified table="event_table1", query=query.Query( selects=None,