From 14d74b42342930d7ec6643bf2e62629892e2f47d Mon Sep 17 00:00:00 2001 From: Bob Bird Date: Fri, 5 Apr 2024 13:22:20 -0600 Subject: [PATCH] Fix newly detection typos --- .typos.toml | 1 + lib/ramble/ramble/application.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.typos.toml b/.typos.toml index 18ce75dc8..7f8211810 100644 --- a/.typos.toml +++ b/.typos.toml @@ -17,6 +17,7 @@ extend-ignore-re = [ "fom" = "fom" "namd" = "namd" "reord" = "reord" +"PN" = "PN" # fixing tPN in IOR [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 """