Skip to content

Commit 02ce11b

Browse files
committed
update docs from rabbit
1 parent 30778d0 commit 02ce11b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial/spool.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ import numpy as np
125125
126126
spool = dc.get_example_spool()
127127
128-
# Get an array of integers which indicate the new order or patches
128+
# Get an array of integers which indicate the index of included patches
129129
bool_array = np.array([2, 0])
130130
131-
# create a new spool with patch 2 and patch 0 in that order.
131+
# create a new spool with patch 2 and patch 0.
132132
new = spool[bool_array]
133133
```
134134

0 commit comments

Comments
 (0)