Skip to content

Commit d008677

Browse files
committed
Fixed comment about now supporting to just state it supports
1 parent dc62158 commit d008677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dataverse_sdk/odata_pandas_wrappers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Design notes:
77
* All methods are thin convenience wrappers for pandas-specific functionality.
8-
* For creating records, use the core ODataClient.create() method directly - it now
8+
* For creating records, use the core ODataClient.create() method directly - it
99
natively supports pandas DataFrames and Series with batch processing.
1010
* update: updates records based on an id column; returns a DataFrame with
1111
per-row success booleans and optional error messages.

0 commit comments

Comments
 (0)