Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jlumpe committed Dec 1, 2024
1 parent 44872be commit c106305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gambit/seq.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def parse_seqs(path: FilePath,
format
String describing the file format as interpreted by :func:`Bio.SeqIO.parse`.
compression
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
compression. Default is to determine compression automatically (can only detect gzip or
none). See :func:`gambit.util.io.open_compressed`.
kwargs
Expand Down

0 comments on commit c106305

Please sign in to comment.