Skip to content

Commit 49ad94b

Browse files
committed
Touch-up docstring for ColorFloat.from_color255
1 parent 5a0570e commit 49ad94b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arcade/types.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -623,8 +623,8 @@ def from_color255(cls, color255: RGBA255) -> Self:
623623
"""
624624
Convert byte-value (0 to 255) channels into a ColorFloat.
625625
626-
Note that unlike :py:meth:`Color.from_normalized`, this function
627-
does not validate the data passed into it.
626+
Unlike :py:meth:`Color.from_normalized`, this function does not
627+
validate the data passed into it.
628628
629629
Examples::
630630

0 commit comments

Comments
 (0)