From 623286d1599dd34b99d65fc2c8f4ed58f10dd928 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?=
 <ak4@sanger.ac.uk>
Date: Tue, 21 Jul 2009 12:54:17 +0000
Subject: [PATCH] Arylsulfatase E Precursor, example replaced by synonym ;-)

---
 modules/Bio/EnsEMBL/DBSQL/DBEntryAdaptor.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/DBSQL/DBEntryAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/DBEntryAdaptor.pm
index 2d5fb9af0f..f6fc6a180a 100644
--- a/modules/Bio/EnsEMBL/DBSQL/DBEntryAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/DBEntryAdaptor.pm
@@ -1039,7 +1039,7 @@ sub list_gene_ids_by_external_db_id{
 
   Arg [1]    : string $external_name
   Arg [2]    : (optional) string $external_db_name
-  Example    : @gene_ids = $dbea->list_gene_ids_by_extids('ARSE');
+  Example    : @gene_ids = $dbea->list_gene_ids_by_extids('CDPX');
   Description: Retrieve a list of geneid by an external identifier that is 
                linked to  any of the genes transcripts, translations or the 
                gene itself 
-- 
GitLab