Skip to content

Commit

Permalink
Fix newly detection typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rfbgo committed Apr 5, 2024
1 parent f882423 commit e2ad4e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ extend-ignore-re = [
"fom" = "fom"
"namd" = "namd"
"reord" = "reord"
"tPN" = "tPN"

[default.extend-identifiers]
"ATPase" = "ATPase"
Expand Down
2 changes: 1 addition & 1 deletion lib/ramble/ramble/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit e2ad4e6

Please sign in to comment.