Skip to content

Commit

Permalink
fixed comment, not touching __new__
Browse files Browse the repository at this point in the history
  • Loading branch information
iskandr committed Sep 14, 2016
1 parent d697ece commit 0fa961d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyensembl/__init__.py
Expand Up @@ -43,7 +43,7 @@ def cached_release(release, species="human"):
otherwise returns the old instance.
Keeping this function for backwards compatibility but this functionality
has been moving onto the EnsemblRelease object itself by overriding __new__.
has been moving into the cached method of EnsemblRelease.
"""
return EnsemblRelease.cached(release=release, species=species)

Expand Down

0 comments on commit 0fa961d

Please sign in to comment.