From dafeb0db483acb6adf1214b46d1d7ecb6109b02a Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Fri, 10 Jan 2025 11:36:00 -0700 Subject: [PATCH] Update api.rst --- docs/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 6c1eea3..86043e0 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -68,7 +68,7 @@ It is constructed directly and options set on the object: The :meth:`pybwa.BwaMem.align` method accepts custom options provided as a :class:`~pybwa.BwaMemOptions` object. It is constructed via the :class:`~pybwa.BwaMemOptionsBuilder` class, to support scaling gap open and extend penalties -when a custom match score, or the specification of presets (via `mode`). +when a using custom match score, or the specification of presets (via `mode`). .. code-block:: python