Skip to content

Commit

Permalink
updated unicode_to_str docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanketh7 committed Oct 18, 2022
1 parent e0cf544 commit 849263b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataprofiler/data_readers/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def unicode_to_str(data: JSONType, ignore_dicts: bool = False) -> JSONType:
Convert data to string representation if it is a unicode string.
:param data: input data
:type data: str
:type data: JSONType
:param ignore_dicts: if set, ignore the dictionary type processing
:type ignore_dicts: boolean
:return: string representation of data
Expand Down

0 comments on commit 849263b

Please sign in to comment.