From faec16d1f20d4571434bb8ecca489432bfd40b15 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 26 Apr 2022 14:28:18 -0700 Subject: [PATCH] add line feed --- jc/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jc/cli.py b/jc/cli.py index b8c6e607..a1464492 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -261,7 +261,8 @@ def versiontext(): python path: {sys.executable} {info.website} - {info.copyright}''' + {info.copyright} + ''' return textwrap.dedent(versiontext_string)