Skip to content

Commit a2106da

Browse files
author
Max Wang
committed
test
1 parent 8aa9945 commit a2106da

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
@@ -397,7 +397,7 @@ def get_table_info(self, table_schema_name: str) -> Optional[Dict[str, Any]]:
397397
:rtype: :class:`dict` or None
398398
399399
Example:
400-
Retrieve table metadata::
400+
Retrieve table metadata::--
401401
402402
info = client.get_table_info("new_MyTestTable")
403403
if info:

0 commit comments

Comments
 (0)