Skip to content

Commit

Permalink
ensembl: full month names (#37)
Browse files Browse the repository at this point in the history
closes #33
  • Loading branch information
dhimmel authored Feb 15, 2024
1 parent 2c6567c commit 88246fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bioversions/sources/ensembl.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@


class EnsemblGetter(Getter):
"""A getter for DrugBank."""
"""A getter for Ensembl."""

bioregistry_id = "ensembl"
name = "Ensembl"
homepage_fmt = "https://www.ensembl.org"
date_fmt = "%b %Y"
date_fmt = "%B %Y"
version_type = VersionType.sequential

def get(self):
Expand Down

0 comments on commit 88246fe

Please sign in to comment.