Skip to content

Commit c8b38f4

Browse files
authored
Update doc/python/supported-colors.md
1 parent 79a0e0e commit c8b38f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/python/supported-colors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fig = go.Figure([
5353
fig.show()
5454
```
5555

56-
These colors are supported in Plotly.py when a property accepts a [named CSS colors](https://developer.mozilla.org/en-US/docs/Web/CSS/named-color).
56+
These colors are supported in Plotly.py when a property accepts a [named CSS color](https://developer.mozilla.org/en-US/docs/Web/CSS/named-color).
5757

5858
```python hide_code=true
5959
import plotly.graph_objects as go

0 commit comments

Comments
 (0)