From c10630519837ed75d163a02465d9f4ef3dbc7dda Mon Sep 17 00:00:00 2001 From: Jared Lumpe Date: Sun, 1 Dec 2024 01:04:10 -0800 Subject: [PATCH] Fix docstring --- src/gambit/seq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gambit/seq.py b/src/gambit/seq.py index 0c9b4f0..3786f7d 100644 --- a/src/gambit/seq.py +++ b/src/gambit/seq.py @@ -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