Skip to content

Commit

Permalink
update docs from rabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers committed Feb 27, 2025
1 parent 30778d0 commit 02ce11b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/spool.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ import numpy as np
spool = dc.get_example_spool()
# Get an array of integers which indicate the new order or patches
# Get an array of integers which indicate the index of included patches
bool_array = np.array([2, 0])
# create a new spool with patch 2 and patch 0 in that order.
# create a new spool with patch 2 and patch 0.
new = spool[bool_array]
```

Expand Down

0 comments on commit 02ce11b

Please sign in to comment.