Skip to content

Commit 362c9aa

Browse files
committed
Convert tabs to spaces
1 parent 2add273 commit 362c9aa

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/src/markdown/wavelengths.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,12 @@ If it is desired, scaling can be turned off, and the color will be created from
151151

152152
```py play
153153
Steps(
154-
[
155-
c.clip()
156-
for c in Color.steps(
157-
[Color.from_wavelength('srgb', r, scale=False) for r in range(380, 751, 1)],
158-
steps=500
159-
)
160-
]
154+
[
155+
c.clip()
156+
for c in Color.steps(
157+
[Color.from_wavelength('srgb', r, scale=False) for r in range(380, 751, 1)],
158+
steps=500
159+
)
160+
]
161161
)
162162
```

0 commit comments

Comments
 (0)