Skip to content

Commit

Permalink
Update src/biotite/structure/io/pdbx/convert.py
Browse files Browse the repository at this point in the history
Co-authored-by: Patrick Kunzmann <[email protected]>
  • Loading branch information
davegrays and padix-key authored Jan 6, 2025
1 parent 548086d commit db9b6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biotite/structure/io/pdbx/convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,7 @@ def get_component(
data_block=None,
use_ideal_coord=True,
res_name=None,
allow_missing_coords=False,
allow_missing_coord=False,
):
"""
Create an :class:`AtomArray` for a chemical component from the
Expand Down

0 comments on commit db9b6cd

Please sign in to comment.