Skip to content
Snippets Groups Projects
Commit 54fb4327 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Correct documentation.

parent fbda1179
No related branches found
No related tags found
No related merge requests found
......@@ -271,7 +271,7 @@ sub get_all_MiscSets {
Arg [1] : optional string $code
The code of the Attribute objects to retrieve
Example : @attributes = $misc_feature->get_all_Attributes('name');
Example : @attributes = @{ $misc_feature->get_all_Attributes('name') };
Description: Retrieves a list of Attribute objects for given code or all
of the associated Attributes.
Returntype : listref of Bio::EnsEMBL::Attribute
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment