Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Sep 15, 2023
1 parent d5b6701 commit cb5803b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mmcif/pyext/src/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def _parse_sampcon(self, j, json_fname, ensemble):
raise ValueError("Cannot handle sel tuple")
asym = self._parse_sel_tuple(sel_tuple[0])
# Path is relative to that of the JSON file
# With Python 2, covert mrc from unicode to str
# With Python 2, convert mrc from unicode to str
full_mrc = IMP.get_relative_path(json_fname, str(mrc))
density = ihm.model.LocalizationDensity(
file=ihm.location.OutputFileLocation(
Expand Down

0 comments on commit cb5803b

Please sign in to comment.