Skip to content

Commit 3f93355

Browse files
author
Max Wang
committed
docstring update
1 parent 91422a9 commit 3f93355

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/PowerPlatform/Dataverse/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@ def delete_dataframe(
542542
:type table_schema_name: :class:`str`
543543
:param ids: Series of record GUIDs to delete.
544544
:type ids: ~pandas.Series
545-
:param use_bulk_delete: When ``True`` (default) and ``ids`` is a list, execute the BulkDelete action and
546-
return its async job identifier. When ``False`` each record is deleted sequentially.
545+
:param use_bulk_delete: When ``True`` (default) and ``ids`` contains multiple values, execute the BulkDelete
546+
action and return its async job identifier. When ``False`` each record is deleted sequentially.
547547
:type use_bulk_delete: :class:`bool`
548548
549549
:raises TypeError: If ``ids`` is not a pandas Series.

0 commit comments

Comments
 (0)