Skip to content

Commit

Permalink
Fix typos in docstring (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley authored Nov 20, 2022
1 parent cd52d04 commit 0734529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zarpaint/_zarpaint.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,14 +147,14 @@ def __init__(
"""
Correct labels to create a ground truth with five opperations,
each of which correspond to the following number key.
(1) toggel selection of points - to seed watershed to split
(1) toggle selection of points - to seed watershed to split
labels.
(2) watershed - recompute watershed for joined labels based on
chosen points.
(3) toggle pick label colour - choose the colour of the label
with which to paint.
(4) toggle label fill mode - for merging labels
(5) toggel paint mode - paint new label.
(5) toggle paint mode - paint new label.
Output can be saved to a new file by using Control-s. Note that this is
not necessary if using tensorstore, as annotations will be written to
Expand Down

0 comments on commit 0734529

Please sign in to comment.