Skip to content

Commit 63cd449

Browse files
committed
cosmetics
1 parent d7dc7e5 commit 63cd449

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sugar/_io/gff.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ def read_fts(f, filt=None, default_ftype=None, comments=None):
4040
"""
4141
Read a GFF file and return `.FeatureList`
4242
43-
:param filt: Return only Features of type ftype, default: all
44-
43+
:param list filt: Return only Features of given ftypes, default: all
4544
:param str default_ftype: default ftype for entries without type
4645
:param list comments: comment lines inside the file are stored in
4746
the comments list (optional)

0 commit comments

Comments
 (0)