@@ -89,7 +89,7 @@ def indexed(
8989 Optional filters to apply during computation on the server.
9090 on_execution_submitted (Optional[Callable[[Execution], None]]): Callback to call when the execution was
9191 submitted to the backend.
92- is_cancellable (bool, optional): Whether the execution should be cancelled when the connection is cancelled .
92+ is_cancellable (bool, optional): Whether the execution should be cancelled when the connection is interrupted .
9393
9494 Returns:
9595 pandas.DataFrame: A DataFrame instance.
@@ -124,7 +124,7 @@ def not_indexed(
124124 computation on the server.
125125 on_execution_submitted (Optional[Callable[[Execution], None]]): Callback to call when the execution was
126126 submitted to the backend.
127- is_cancellable (bool, optional): Whether the execution should be cancelled when the connection is cancelled .
127+ is_cancellable (bool, optional): Whether the execution should be cancelled when the connection is interrupted .
128128
129129 Returns:
130130 pandas.DataFrame: A DataFrame instance.
@@ -161,7 +161,7 @@ def for_items(
161161 of the items.
162162 on_execution_submitted (Optional[Callable[[Execution], None]]): Callback to call when the execution was
163163 submitted to the backend.
164- is_cancellable (bool, optional): Whether the execution should be cancelled when the connection is cancelled .
164+ is_cancellable (bool, optional): Whether the execution should be cancelled when the connection is interrupted .
165165
166166 Returns:
167167 pandas.DataFrame: A DataFrame instance.
@@ -210,7 +210,7 @@ def for_visualization(
210210 of the visualization.
211211 on_execution_submitted (Optional[Callable[[Execution], None]]): Callback to call when the execution was
212212 submitted to the backend.
213- is_cancellable (bool, optional): Whether the execution should be cancelled when the connection is cancelled .
213+ is_cancellable (bool, optional): Whether the execution should be cancelled when the connection is interrupted .
214214
215215 Returns:
216216 pandas.DataFrame: A DataFrame instance.
@@ -246,7 +246,7 @@ def for_created_visualization(
246246 created_visualizations_response (dict): Created visualization response.
247247 on_execution_submitted (Optional[Callable[[Execution], None]]): Callback to call when the execution was
248248 submitted to the backend.
249- is_cancellable (bool, optional): Whether the execution should be cancelled when the connection is cancelled .
249+ is_cancellable (bool, optional): Whether the execution should be cancelled when the connection is interrupted .
250250
251251 Returns:
252252 pandas.DataFrame: A DataFrame instance.
0 commit comments