From f6c92e00513225af096353994d09583216541325 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Fri, 13 Mar 2026 12:39:26 -0400 Subject: [PATCH] docs: fix docstring typo --- src/cool_seq_tool/sources/uta_database.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cool_seq_tool/sources/uta_database.py b/src/cool_seq_tool/sources/uta_database.py index e993ef6..319324f 100644 --- a/src/cool_seq_tool/sources/uta_database.py +++ b/src/cool_seq_tool/sources/uta_database.py @@ -394,10 +394,10 @@ async def gene_exists(self, gene: str) -> bool: return result[0][0] async def transcript_exists(self, transcript: str) -> bool: - """Return whether or not a transcript exists in the UTA tx_exon_aln_v table + """Return whether or not a transcript exists in the UTA ``tx_exon_aln_v`` table :param transcript: A transcript accession - :return ``True`` if transcript exists in UTA, ``False`` if not + :return: ``True`` if transcript exists in UTA, ``False`` if not """ query = f""" SELECT EXISTS(