Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Oct 15, 2024
1 parent 0644a06 commit 23a00ae
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 @@ -600,7 +600,7 @@ def _parse_inter_residue_bonds(atom_site, struct_conn):
def _find_matches(query_arrays, reference_arrays):
"""
For each index in the `query_arrays` find the indices in the
`reference_arrays` where all query values the reference counterpart.
`reference_arrays` where all query values match the reference counterpart.
If no match is found for a query, the corresponding index is -1.
"""
match_masks_for_all_columns = np.stack(
Expand Down

0 comments on commit 23a00ae

Please sign in to comment.