We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3bbaf commit 28ea0c4Copy full SHA for 28ea0c4
1 file changed
src/PowerPlatform/Dataverse/client.py
@@ -167,7 +167,7 @@ def update(
167
for paired mode. When ``ids`` is a list and ``changes`` is a single dict,
168
the same changes are broadcast to all records. When both are lists, they must
169
have equal length for one-to-one mapping.
170
- :type changes: :class:`dict` or :class:`list` of :class:`dict`
+ :type changes: :class:`dict` or :class:`list` of :class:`dict`
171
172
:raises TypeError: If ``ids`` is not str or list[str], or if ``changes`` type doesn't match usage pattern.
173
0 commit comments