From df3d0e8c239bb237efcc672e523c5cdb6eed4abb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?=
 <ak4@sanger.ac.uk>
Date: Tue, 23 Oct 2007 12:10:16 +0000
Subject: [PATCH] In fetch_by_region():

  Note in the POD that the new $no_fuzz argument is optional and by
  default undef (false).
---
 modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
index eb93cc412a..2ff360d060 100644
--- a/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
@@ -135,8 +135,8 @@ sub new {
                The orientation of the slice on the sequence region
   Arg [6]    : string $version (optional, default = default version)
                The version of the coordinate system to use (e.g. NCBI33)
-  Arg [7]    : boolean $no_fuzz
-               If true, do not use "fuzzy matching" (see below).
+  Arg [7]    : boolean $no_fuzz (optional, default = undef (false))
+               If true (non-zero), do not use "fuzzy matching" (see below).
   Example    : $slice = $slice_adaptor->fetch_by_region('chromosome', 'X');
                $slice = $slice_adaptor->fetch_by_region('clone', 'AC008066.4');
   Description: Retrieves a slice on the requested region.  At a minimum the
-- 
GitLab