Skip to content

Commit

Permalink
fix missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroBarker authored Jan 28, 2024
1 parent b8f5b80 commit 2f9e7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Currently, `mplcolors` may support you by finding:
Once installed, simply
```python
from mplcolors import mplcolors
my_color = "teal
my_color = "teal"
triad = mplcolors.GetTriad(my_color)
```

Expand Down

0 comments on commit 2f9e7e2

Please sign in to comment.