From 40cab742d570fac739e43501785e3d2e95c65d1b Mon Sep 17 00:00:00 2001
From: Magali Ruffier <mr6@ebi.ac.uk>
Date: Tue, 18 Nov 2014 09:15:12 +0000
Subject: [PATCH] Update Slice.pm

update argument description for sub_Slice method
---
 modules/Bio/EnsEMBL/Slice.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/Bio/EnsEMBL/Slice.pm b/modules/Bio/EnsEMBL/Slice.pm
index 5137e4d8cf..a8e2881b14 100644
--- a/modules/Bio/EnsEMBL/Slice.pm
+++ b/modules/Bio/EnsEMBL/Slice.pm
@@ -1256,8 +1256,8 @@ sub constrain_to_seq_region {
 
 =head2 sub_Slice
 
-  Arg   1    : int $start
-  Arg   2    : int $end
+  Arg   1    : int $start, refers to the start of the subslice relative to the input slice
+  Arg   2    : int $end, refers to the end of the subslice relative to the input slice
   Arge [3]   : int $strand
   Example    : none
   Description: Makes another Slice that covers only part of this Slice
-- 
GitLab