typo
This commit is contained in:
parent
64d585178d
commit
e9fa99ffeb
1 changed files with 1 additions and 1 deletions
|
|
@ -615,7 +615,7 @@ class Gradient:
|
|||
|
||||
@property
|
||||
def rich_colors(self) -> list[RichColor]:
|
||||
"""I list of colors in the gradient (for the Rich library)."""
|
||||
"""A list of colors in the gradient (for the Rich library)."""
|
||||
if self._rich_colors is None:
|
||||
self._rich_colors = [color.rich_color for color in self.colors]
|
||||
return self._rich_colors
|
||||
|
|
|
|||
Loading…
Reference in a new issue