Skip to content
This repository has been archived by the owner on Jan 25, 2025. It is now read-only.

Some documentation changes #22

Merged
merged 2 commits into from
Nov 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ interfaces, including:
Usage
-----

Install Travatino:
Install Travertino:

$ pip install travertino

Then in your python code, import and use it::

>>> from travertino import color, rgb,
>>> from travertino.colors import color, rgb,

# Define a new color as an RGB triple
>>> red = rgb(0xff, 0x00, 0x00)
Expand Down
1 change: 1 addition & 0 deletions changes/22.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Corrected some spelling errors.