Skip to content

Commit

Permalink
fix: doc: format description typo !minor
Browse files Browse the repository at this point in the history
  • Loading branch information
JDongian authored and vaab committed Jan 22, 2016
1 parent 4205ea9 commit e5a3f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Colour
:alt: Test coverage


Converts and manipulates common color representation (RGB, HSV, web, ...)
Converts and manipulates common color representation (RGB, HSL, web, ...)


Feature
Expand All @@ -28,7 +28,7 @@ Feature
- Damn simple and pythonic way to manipulate color representation (see
examples below)

- Full conversion between RGB, HSV, 6-digit hex, 3-digit hex, human color
- Full conversion between RGB, HSL, 6-digit hex, 3-digit hex, human color

- One object (``Color``) or bunch of single purpose function (``rgb2hex``,
``hsl2rgb`` ...)
Expand Down
2 changes: 1 addition & 1 deletion colour.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-------
HSL:
3-uple of Hue, Saturation, Value all between 0.0 and 1.0
3-uple of Hue, Saturation, Lightness all between 0.0 and 1.0
RGB:
3-uple of Red, Green, Blue all between 0.0 and 1.0
Expand Down

0 comments on commit e5a3f45

Please sign in to comment.