Skip to content

Commit

Permalink
Correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Dec 21, 2023
1 parent a93ed4d commit 707f672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapseutils/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ def _convert_cell_in_manifest_to_python_types(
cell: str,
) -> typing.Union[typing.List, datetime.datetime, float, int, bool, str]:
"""
Takes a possibly semi-colon delimited cell from the manifest TSV file into a list
Takes a possibly comma delimited cell from the manifest TSV file into a list
of items to be used as annotations.
Args:
Expand Down

0 comments on commit 707f672

Please sign in to comment.