From a0ce8379515c497df90a66b828ef67b22a96cc3e Mon Sep 17 00:00:00 2001 From: Glenn Proctor <gp1@sanger.ac.uk> Date: Tue, 18 Apr 2006 07:13:35 +0000 Subject: [PATCH] Correct documentation for translation() method. --- modules/Bio/EnsEMBL/Transcript.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/Transcript.pm b/modules/Bio/EnsEMBL/Transcript.pm index 0ffd7517aa..1cb1e1f1f8 100755 --- a/modules/Bio/EnsEMBL/Transcript.pm +++ b/modules/Bio/EnsEMBL/Transcript.pm @@ -568,7 +568,7 @@ sub display_xref { pseudogene - i.e. a non-translating transcript such as an ncRNA. This is the accepted method of determining whether a transcript is a pseudogene or not. - Returntype : Bio::EnsEMBL::Transcript + Returntype : Bio::EnsEMBL::Translation Exceptions : none Caller : general Status : Stable -- GitLab