Skip to content

Commit

Permalink
Merge pull request iobis#65 from ayushanand18/docs-bug
Browse files Browse the repository at this point in the history
fixed a formatting error in the docs
  • Loading branch information
7yl4r authored Aug 16, 2022
2 parents 164c85e + e622efd commit 8bb0c7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyobis/taxa/taxa.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
def search(scientificname=None, **kwargs):
"""
Get taxon records.
:param scientificname: [String,Array] One or more scientific names from the
OBIS backbone. All included and synonym taxa are included in the search
Expand Down Expand Up @@ -55,6 +56,7 @@ def taxon(id, **kwargs):
def annotations(scientificname, **kwargs):
"""
Get scientific name annotations by the WoRMS team.
:param scientificname: [String] Scientific name. Leave empty to include all taxa.
:return: A dictionary
Expand Down

0 comments on commit 8bb0c7d

Please sign in to comment.