Skip to content

Commit

Permalink
Update tutorial.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-doty committed Mar 19, 2022
1 parent 48f6b54 commit 6610ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ and integer `start` and `end` offsets.



To add staples, we use the method `design.add_strand`. In general, modifying an existing design should always be done through methods rather than modifying the fields directly, although it is safe to access the fields read-only.
To add staples, we use the method `design.add_strand`. In general, modifying an existing design should always be done through methods rather than modifying the fields directly. In other words, don't write to the list `design.strands` directly, although it is safe to access the fields read-only.

```python
def create_design() -> sc.Design:
Expand Down

0 comments on commit 6610ef3

Please sign in to comment.