Skip to content

Commit

Permalink
Adapt doctest to changed database output
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Oct 16, 2024
1 parent 064c8af commit 42057a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biotite/database/rcsb/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ class StructureQuery(SingleQuery):
>>> query = StructureQuery("1L2Y", chain="A")
>>> print(sorted(search(query)))
['1L2Y', '1RIJ', '2JOF', '2LDJ', '2M7D', '7MQS']
['1L2Y', '1RIJ', '2JOF', '2LDJ', '2M7D', '7MQS', '9DPF']
"""

def __init__(self, pdb_id, chain=None, assembly=None, strict=True):
Expand Down

0 comments on commit 42057a4

Please sign in to comment.