Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davegrays committed Jan 6, 2025
1 parent 4e80c55 commit 24adf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biotite/structure/info/atoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def residue(res_name, allow_missing_coord=False):
component = get_component(
get_ccd(),
res_name=res_name,
allow_missing_coords=allow_missing_coord,
allow_missing_coord=allow_missing_coord,
)
except KeyError:
raise KeyError(f"No atom information found for residue '{res_name}' in CCD")
Expand Down

0 comments on commit 24adf6a

Please sign in to comment.