Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pafonine committed Aug 20, 2019
1 parent 375f784 commit ae530db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmtbx/ions/svm/__init__.py
Expand Up @@ -639,7 +639,7 @@ def analyze_water(self, i_seq, debug=True, candidates=Auto,
auto_candidates = candidates is Auto
if auto_candidates:
candidates = mmtbx.ions.DEFAULT_IONS
elif isinstance(candidates, strinig_types):
elif isinstance(candidates, string_types):
candidates = candidates.replace(",", " ").split()
candidates = [i.strip().upper() for i in candidates]
if (candidates == ['X']) : # XXX hack for testing - X is "dummy" element
Expand Down

0 comments on commit ae530db

Please sign in to comment.