Skip to content

Commit

Permalink
improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Lopez authored and adriangomez24 committed Nov 7, 2024
1 parent e38a11a commit 791a3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdp/cdp_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def _nonce(self) -> str:
return "".join(random.choices("0123456789", k=16))

def _get_correlation_data(self) -> str:
"""Return encoded correlation data including the SDK version, language, source.
"""Return encoded correlation data including the SDK version, language, and source.
Returns:
str: The correlation data.
Expand Down

0 comments on commit 791a3aa

Please sign in to comment.