Skip to content

Commit

Permalink
updated error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiCheng45 committed Apr 29, 2024
1 parent 17aa08e commit 834f793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MDANSE/Src/MDANSE/IO/PDBReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def _process_residue(self, residue):
# went through all alternative names looks like we were
# unable to match the code to the MDANSE residues
raise PDBReaderError(
"Unable to fine residue for {}{}".format(code, residue.number)
"Unable to find residue for {}{}".format(code, residue.number)
)
# found the match from the alternate name to the name in
# mdanse lets rename the code
Expand Down

0 comments on commit 834f793

Please sign in to comment.