Skip to content

Commit

Permalink
Updated doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Mar 29, 2019
1 parent fad0eb7 commit fab158c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biotite/database/entrez/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def search(query, db_name, number=20):
... SimpleQuery("90:100", "Sequence Length")
>>> ids = search(query, "nuccore", number=5)
>>> print(ids)
['15...', '15...', '15...', '15...', '15...']
['...', '...', '...', '...', '...']
"""
r = requests.get(
(_base_url + _search_url).format(db_name, str(query), str(number))
Expand Down

0 comments on commit fab158c

Please sign in to comment.