Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0fa961d

Browse files
committedSep 14, 2016
fixed comment, not touching __new__
1 parent d697ece commit 0fa961d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pyensembl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def cached_release(release, species="human"):
4343
otherwise returns the old instance.
4444
4545
Keeping this function for backwards compatibility but this functionality
46-
has been moving onto the EnsemblRelease object itself by overriding __new__.
46+
has been moving into the cached method of EnsemblRelease.
4747
"""
4848
return EnsemblRelease.cached(release=release, species=species)
4949

0 commit comments

Comments
 (0)
Please sign in to comment.