Skip to content

Commit aa5f0d3

Browse files
Update src/dataverse_sdk/client.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6e9e343 commit aa5f0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataverse_sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ def create_table(
403403
"""
404404
Create a simple custom table with specified columns.
405405
406-
:param logical_name: Table logical name with publisher prefix (e.g. ``"new_orders"``).
406+
:param logical_name: Table logical name with publisher prefix (e.g. ``"new_sampleitem"``).
407407
Both table and column names must include the publisher prefix (default is ``"new_"``).
408408
:type logical_name: str
409409
:param schema: Dictionary mapping column logical names (with prefix) to their types.

0 commit comments

Comments
 (0)