diff --git a/pyerrors/correlators.py b/pyerrors/correlators.py index a0c09264..635a9b57 100644 --- a/pyerrors/correlators.py +++ b/pyerrors/correlators.py @@ -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