diff --git a/python/README.rst b/python/README.rst index 5b6e5a2..27a1cd3 100644 --- a/python/README.rst +++ b/python/README.rst @@ -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: ::