Skip to content

Commit 28ea0c4

Browse files
Update src/PowerPlatform/Dataverse/client.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6d3bbaf commit 28ea0c4

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
@@ -167,7 +167,7 @@ def update(
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
169169
have equal length for one-to-one mapping.
170-
:type changes: :class:`dict` or :class:`list` of :class:`dict`
170+
:type changes: :class:`dict` or :class:`list` of :class:`dict`
171171
172172
:raises TypeError: If ``ids`` is not str or list[str], or if ``changes`` type doesn't match usage pattern.
173173

0 commit comments

Comments
 (0)