diff --git a/.typos.toml b/.typos.toml index 18ce75dc8..cbce1172f 100644 --- a/.typos.toml +++ b/.typos.toml @@ -17,6 +17,7 @@ extend-ignore-re = [ "fom" = "fom" "namd" = "namd" "reord" = "reord" +"tPN" = "tPN" [default.extend-identifiers] "ATPase" = "ATPase" diff --git a/lib/ramble/ramble/application.py b/lib/ramble/ramble/application.py index f5f3180f8..85c563a57 100644 --- a/lib/ramble/ramble/application.py +++ b/lib/ramble/ramble/application.py @@ -310,7 +310,7 @@ def has_tags(self, tags): """Check if this instance has provided tags. Args: - tags (list): List of strings, where each string is an indivudal tag + tags (list): List of strings, where each string is an individual tag Returns: (bool): True if all tags are in this instance, False otherwise """