Skip to content

Commit

Permalink
updated -- into ---
Browse files Browse the repository at this point in the history
  • Loading branch information
ErbB4 authored Aug 8, 2024
1 parent 57307e1 commit 8c840ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorial/single_cell_detailed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ We begin by constructing the following morphology:
This can be done by manually building a segment tree. The important bit here is
that ``append`` will take an id to attach to and return the newly added id. This
is exceptionally handy when building a tree structure, as we can elect to
remember or overwrite the last id. Alternatively, you could use numeric ids --
they are just sequentially numbered by insertion order -- but we find that this
remember or overwrite the last id. Alternatively, you could use numeric ids ---
they are just sequentially numbered by insertion order --- but we find that this
becomes tedious quickly. The image above shows the numeric ids for the specific
insertion order below, but different orders will produce the same morphology.

Expand Down

0 comments on commit 8c840ea

Please sign in to comment.