Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-oreilly committed Jan 29, 2025
1 parent 2905274 commit 5383b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ipyniivue/widget.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def volumes(self):
return list(self._volumes)

def load_drawings(self, drawings: list):
"""Create and load the drawings passed as an agument."""
"""Create and load the drawings passed as an argument."""
drawings = [Drawing(**item) for item in drawings]
self._drawings = drawings

Expand Down

0 comments on commit 5383b2f

Please sign in to comment.