We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d697ece commit 0fa961dCopy full SHA for 0fa961d
pyensembl/__init__.py
@@ -43,7 +43,7 @@ def cached_release(release, species="human"):
43
otherwise returns the old instance.
44
45
Keeping this function for backwards compatibility but this functionality
46
- has been moving onto the EnsemblRelease object itself by overriding __new__.
+ has been moving into the cached method of EnsemblRelease.
47
"""
48
return EnsemblRelease.cached(release=release, species=species)
49
0 commit comments