jiffyclub / palettable

Color palettes for Python
https://jiffyclub.github.io/palettable/
Other
768 stars 73 forks source link

docs: colors are not "RGB tuples" #43

Open howardjones opened 2 years ago

howardjones commented 2 years ago

colors : The defined colors in the palette as a list of RGB tuples in the range 0-255.

They are lists of lists of RGB values, not actual tuples (immutable sequences). I see why it says that, but tuple is an actual Python type, so perhaps it shoudn't?