Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
cthoyt committed Sep 26, 2018
1 parent 40fcc2d commit d1cb178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bio2bel_uniprot/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@


def get_slim_mappings_df(url: Optional[str] = None) -> pd.DataFrame:
"""Get mappings between UniProt accession, identifier, Entrez gene, and NCBI taxonomny."""
"""Get mappings between UniProt accession, identifier, Entrez gene, and NCBI taxonomy."""
if os.path.exists(SLIM_MAPPINGS_PATH):
with open(SLIM_MAPPINGS_PATH, 'rb') as f:
return pickle.load(f)
Expand Down

0 comments on commit d1cb178

Please sign in to comment.