Skip to content

Commit

Permalink
docs: fix typo in rules.py (#2636)
Browse files Browse the repository at this point in the history
### Description

Simple typo fix in `rules.py`

### QC
<!-- Make sure that you can tick the boxes below. -->

* [x] The PR contains a test case for the changes or the changes are
already covered by an existing test case.
* [x] The documentation (`docs/`) is updated to reflect the changes or
this is not necessary (e.g. if the change does neither modify the
language nor the behavior or functionalities of Snakemake).
  • Loading branch information
ocaisa committed Jan 19, 2024
1 parent c39c3e6 commit 8bc2919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakemake/linting/rules.py
Expand Up @@ -115,7 +115,7 @@ def lint_missing_software_definition(self, rule):
body="While environment modules allow to document and deploy the required software on a certain "
"platform, they lock your workflow in there, disabling easy reproducibility on other machines "
"that don't have exactly the same environment modules. Hence env modules (which might be beneficial "
"in certain cluster environments), should allways be complemented with equivalent conda "
"in certain cluster environments), should always be complemented with equivalent conda "
"environments.",
links=[links.package_management, links.containers],
)
Expand Down

0 comments on commit 8bc2919

Please sign in to comment.