Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 4fd3a56

Browse files
Update connector.py
1 parent e38f5f9 commit 4fd3a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelpandas/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def create_upload_dict(df:pandas.core.frame.DataFrame, lb_client:Client, base_cl
2020
divider : Optional (str) - String delimiter for all name keys generated
2121
verbose : Optional (bool) - If True, prints information about code execution
2222
Returns:
23-
Two values - a success value, and a dictinoary where {key=global_key : value = {"row_data", "global_key", "external_id", "metadata_fields"}}
23+
Two values - a success value, and a dictionary where {key=global_key : value = {"row_data", "global_key", "external_id", "metadata_fields"}}
2424
"""
2525
if verbose:
2626
print(f'Creating upload list - {len(df)} rows in Pandas DataFrame')

0 commit comments

Comments
 (0)