Skip to content

Commit

Permalink
Fix misspelled kingdomKey in download.py
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kganz authored Aug 26, 2024
1 parent 60a0739 commit d5ed1bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygbif/occurrences/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def download(
- geoDistance = ``GEO_DISTANCE``
- identifiedBy = ``IDENTIFIED_BY``
- identifiedByID = ``IDENTIFIED_BY_ID``
- kingdomKey = ``KINGDON_KEY``
- kingdomKey = ``KINGDOM_KEY``
- license = ``LICENSE``
- locality = ``LOCALITY``
- modified = ``MODIFIED``
Expand Down Expand Up @@ -699,7 +699,7 @@ def download_get(key, path=".", **kwargs):
"geoDistance": "GEO_DISTANCE",
"identifiedBy": "IDENTIFIED_BY",
"identifiedByID": "IDENTIFIED_BY_ID",
"kingdomKey": "KINGDON_KEY",
"kingdomKey": "KINGDOM_KEY",
"license": "LICENSE",
"locality": "LOCALITY",
"modified": "MODIFIED",
Expand Down

0 comments on commit d5ed1bb

Please sign in to comment.