Skip to content

Commit 6d3bbaf

Browse files
author
Max Wang
committed
Merge branch 'users/zhaodongwang/docstringUpdate' of https://github.com/microsoft/PowerPlatform-DataverseClient-Python into users/zhaodongwang/docstringUpdate
2 parents f1ca317 + 68b46a9 commit 6d3bbaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PowerPlatform/Dataverse/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def update(
162162
:param table_schema_name: Schema name of the table (e.g. ``"account"`` or ``"new_MyTestTable"``).
163163
:type table_schema_name: :class:`str`
164164
:param ids: Single GUID string or list of GUID strings to update.
165-
:type ids: :class:`str` or :class:`list` of :class:`str`
165+
:type ids: :class:`str` or :class:`list` of :class:`str`
166166
:param changes: Dictionary of changes for single/broadcast mode, or list of dictionaries
167167
for paired mode. When ``ids`` is a list and ``changes`` is a single dict,
168168
the same changes are broadcast to all records. When both are lists, they must

0 commit comments

Comments
 (0)