Skip to content

Commit c106305

Browse files
committed
Fix docstring
1 parent 44872be commit c106305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gambit/seq.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def parse_seqs(path: FilePath,
9898
format
9999
String describing the file format as interpreted by :func:`Bio.SeqIO.parse`.
100100
compression
101-
String describing compression method of the file, e.g. ``'gzip'``. None means no
101+
String describing compression method of the file, e.g. ``'gzip'``. ``none`` means no
102102
compression. Default is to determine compression automatically (can only detect gzip or
103103
none). See :func:`gambit.util.io.open_compressed`.
104104
kwargs

0 commit comments

Comments
 (0)