We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44872be commit c106305Copy full SHA for c106305
src/gambit/seq.py
@@ -98,7 +98,7 @@ def parse_seqs(path: FilePath,
98
format
99
String describing the file format as interpreted by :func:`Bio.SeqIO.parse`.
100
compression
101
- String describing compression method of the file, e.g. ``'gzip'``. None means no
+ String describing compression method of the file, e.g. ``'gzip'``. ``none`` means no
102
compression. Default is to determine compression automatically (can only detect gzip or
103
none). See :func:`gambit.util.io.open_compressed`.
104
kwargs
0 commit comments