Skip to content

Commit

Permalink
fix:typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut committed Oct 29, 2024
1 parent 9ca854b commit 43f1a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydeseq2/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def build_design_matrix(
UserWarning,
stacklevel=2,
)
# We rewrite the foruma with quotes
# We rewrite the formula with quotes
design_factors = design_factors.strip()
assert design_factors.startswith("~"), "The formula should start with a ~"
design_factors = design_factors[1:]
Expand Down

0 comments on commit 43f1a3d

Please sign in to comment.