Skip to content

Commit c077a15

Browse files
authored
docs: fix docstring typo (#460)
this was messing up the formatting
1 parent 6181157 commit c077a15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/cool_seq_tool/sources/uta_database.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,10 @@ async def gene_exists(self, gene: str) -> bool:
394394
return result[0][0]
395395

396396
async def transcript_exists(self, transcript: str) -> bool:
397-
"""Return whether or not a transcript exists in the UTA tx_exon_aln_v table
397+
"""Return whether or not a transcript exists in the UTA ``tx_exon_aln_v`` table
398398
399399
:param transcript: A transcript accession
400-
:return ``True`` if transcript exists in UTA, ``False`` if not
400+
:return: ``True`` if transcript exists in UTA, ``False`` if not
401401
"""
402402
query = f"""
403403
SELECT EXISTS(

0 commit comments

Comments
 (0)