Skip to content

Commit 51ed3ff

Browse files
committed
#143 Split code into two blocks
1 parent 56c3ee8 commit 51ed3ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,9 @@ class ColorImage(AsDataset):
262262
red: Dataof[Red]
263263
green: Dataof[Green]
264264
blue: Dataof[Blue]
265+
```
265266

266-
267+
```python
267268
ColorImage.new(
268269
[[0, 0], [0, 0]],
269270
[[1, 1], [1, 1]],

0 commit comments

Comments
 (0)