Skip to content

Commit 59e6e8e

Browse files
authored
hotfix (#33)
1 parent 446f343 commit 59e6e8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyranges/tostring2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def add_text_to_str_repr(self, str_repr, hidden_columns, sort):
268268

269269
order = {(True, True): "Chromosome, Start, End and Strand.",
270270
(True, False): "Chromosome, Start, End and Strand.",
271-
(True, False): "Chromosome, Start and End.",
271+
(False, False): "Chromosome.",
272272
(False, True): "Chromosome and Strand."}[sort, self.stranded]
273273

274274
order = "The PyRanges is sorted on " + order

0 commit comments

Comments
 (0)