Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet committed Aug 14, 2024
1 parent d2d00d3 commit 6a77168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pytom_tm/tmjob.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ def __init__(
self.pytom_tm_version_number = pytom_tm_version_number

# output dtype
self.output_dype = output_dtype
self.output_dtype = output_dtype

def copy(self) -> TMJob:
"""Create a copy of the TMJob
Expand Down

0 comments on commit 6a77168

Please sign in to comment.