From 00cdfda237a97f0cba96912ccd9f3d615d4c0de9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?=
 <ak4@sanger.ac.uk>
Date: Wed, 5 Nov 2008 16:07:03 +0000
Subject: [PATCH] Fix POD for translate():

  Format it.

  The method never actually throws an exception.
---
 modules/Bio/EnsEMBL/Transcript.pm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/modules/Bio/EnsEMBL/Transcript.pm b/modules/Bio/EnsEMBL/Transcript.pm
index 838da3fb17..032d674a14 100755
--- a/modules/Bio/EnsEMBL/Transcript.pm
+++ b/modules/Bio/EnsEMBL/Transcript.pm
@@ -1391,13 +1391,13 @@ sub get_all_translateable_Exons {
 
   Args       : none
   Example    : none
-  Description: return the peptide (plus eventuel stop codon) for this 
-               transcript. Does N padding of non phase matching exons. 
-               It uses translateable_seq internally.
-               Returns undef if this Transcript does not have a translation
-               (i.e. pseudogene).
+  Description: Return the peptide (plus eventual stop codon) for
+               this transcript.  Does N-padding of non-phase
+               matching exons.  It uses translateable_seq
+               internally.  Returns undef if this Transcript does
+               not have a translation (i.e. pseudogene).
   Returntype : Bio::Seq or undef
-  Exceptions : If no Translation is set in this Transcript
+  Exceptions : none
   Caller     : general
   Status     : Stable
 
-- 
GitLab