From 38aa9aa9a7588b8cf29017783eb8e5dde6a8cf34 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sat, 16 Sep 2017 22:52:52 -0400 Subject: [PATCH] eh... a missing fix --- python/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ::