Skip to content

Commit

Permalink
Update rerun_py/rerun_sdk/rerun/components/color_ext.py
Browse files Browse the repository at this point in the history
Co-authored-by: Clement Rey <[email protected]>
  • Loading branch information
abey79 and teh-cmc authored Dec 16, 2024
1 parent 85bd259 commit ba4f0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rerun_py/rerun_sdk/rerun/components/color_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ColorExt:
@staticmethod
def from_string(s: str) -> Color:
"""
Generate a random yet color based on a string.
Generate a random yet deterministic color based on a string.
The color is guaranteed to be identical for the same input string.
"""
Expand Down

0 comments on commit ba4f0d4

Please sign in to comment.