mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-14 19:43:41 +02:00
Corr repr adjusted
This commit is contained in:
parent
6a092014c2
commit
410c86629a
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ class Corr:
|
|||
else:
|
||||
content_string += str(i + range[0])
|
||||
for element in sub_corr:
|
||||
content_string += '\t' + str(element)
|
||||
content_string += '\t' + ' ' * int(element >= 0) + str(element)
|
||||
content_string += '\n'
|
||||
return content_string
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue