Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
m-reuter committed Sep 6, 2024
1 parent 5354516 commit 7232038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsqc/fsqcMain.py
Original file line number Diff line number Diff line change
Expand Up @@ -3662,7 +3662,7 @@ def run_fsqc(
dict
A dictionary of input arguments and processing directives.
"""
# set defauls here to avoid mutable datastructures for default argument B006
# set defaults here to avoid mutable datastructures for default argument B006
if screenshots_orientation is None:
screenshots_orientation = ["radiological"]
if surfaces_views is None:
Expand Down

0 comments on commit 7232038

Please sign in to comment.