Skip to content

Commit

Permalink
missing comma in SYNPOSIS pdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
hyphaltip committed Dec 28, 2010
1 parent e8c205c commit 7a1dc96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Bio/DB/Taxonomy/flatfile.pm
Expand Up @@ -20,9 +20,9 @@ which uses local flat files
use Bio::DB::Taxonomy;
my $db = Bio::DB::Taxonomy->new(-source => 'flatfile'
-nodesfile => $nodesfile,
-namesfile => $namefile);
my $db = Bio::DB::Taxonomy->new(-source => 'flatfile',
-nodesfile => $nodesfile,
-namesfile => $namefile);
=head1 DESCRIPTION
Expand Down Expand Up @@ -487,4 +487,4 @@ sub index_directory {
return $self->{'index_directory'};
}

1;
1;

0 comments on commit 7a1dc96

Please sign in to comment.