eh... a missing fix

This commit is contained in:
Heng Li 2017-09-16 22:52:52 -04:00
parent f8cb865ec5
commit 38aa9aa9a7
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ This class has the following properties:
* **cigar**: CIGAR returned as an array of shape :code:`(n_cigar,2)`. The two
numbers give the length and the operator of each CIGAR operation.
An Alignment object can be converted to a string in the following format:
An :code:`Alignment` object can be converted to a string in the following format:
::