Skip to content

Commit c71fba9

Browse files
Update example code indentation in client.py
1 parent 113bb15 commit c71fba9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/PowerPlatform/Dataverse/client.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -526,11 +526,11 @@ def list_tables(self) -> list[dict[str, Any]]:
526526
:rtype: :class:`list` of :class:`dict`
527527
528528
Example:
529-
List all non-private tables and print their logical names::
530-
531-
tables = client.list_tables()
532-
for table in tables:
533-
print(table["LogicalName"])
529+
List all non-private tables and print their logical names::
530+
531+
tables = client.list_tables()
532+
for table in tables:
533+
print(table["LogicalName"])
534534
"""
535535
with self._scoped_odata() as od:
536536
return od._list_tables()

0 commit comments

Comments
 (0)