Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jun 29, 2023
1 parent f28f050 commit 341b379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snakemake/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ def validate_snakemake_version(minimum_version):
"""
Ensure that minimum snakemake version is satisfied.
If an unknown or unparseable version is provided, we cannot
determine and are more leniant and allow it.
If an unknown or unparsable version is provided, we cannot
determine and are more lenient and allow it.
"""
from snakemake import __version__
import packaging.version
Expand Down

0 comments on commit 341b379

Please sign in to comment.