Skip to content

Commit 16b18d1

Browse files
authored
docs: fix misplace bracket (#111)
1 parent 2197132 commit 16b18d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/colormaps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Color((0.8941, 0.102, 0.1098))
259259
This also works well when using an array as input
260260

261261
```python
262-
c(np.arange(16 % c.num_colors))
262+
c(np.arange(16) % c.num_colors)
263263
```
264264

265265
which returns the cycled RGBA color values in an array output

0 commit comments

Comments
 (0)