Skip to content

Commit b194f81

Browse files
Fix formatting in docstring example for list_tables
1 parent c71fba9 commit b194f81

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
@@ -527,7 +527,7 @@ def list_tables(self) -> list[dict[str, Any]]:
527527
528528
Example:
529529
List all non-private tables and print their logical names::
530-
530+
531531
tables = client.list_tables()
532532
for table in tables:
533533
print(table["LogicalName"])

0 commit comments

Comments
 (0)