Skip to content

Commit d4cc58c

Browse files
author
Max Wang
committed
update indentation
1 parent 28ea0c4 commit d4cc58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PowerPlatform/Dataverse/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def update(
160160
3. Paired updates: ``update("account", [id1, id2], [changes1, changes2])`` - one-to-one mapping
161161
162162
:param table_schema_name: Schema name of the table (e.g. ``"account"`` or ``"new_MyTestTable"``).
163-
:type table_schema_name: :class:`str`
163+
:type table_schema_name: :class:`str`
164164
:param ids: Single GUID string or list of GUID strings to update.
165165
:type ids: :class:`str` or :class:`list` of :class:`str`
166166
:param changes: Dictionary of changes for single/broadcast mode, or list of dictionaries

0 commit comments

Comments
 (0)