From 5ec56c40b1ad80c81a7f5c4e1f63d099403f0a5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Wed, 4 Mar 2020 18:22:14 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20the=20"timezone"=20word=20in=20?= =?UTF-8?q?the=20PDF=20output=E2=80=99s=20introduction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kosmorrolib/dumper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kosmorrolib/dumper.py b/kosmorrolib/dumper.py index 7a584cd..241df35 100644 --- a/kosmorrolib/dumper.py +++ b/kosmorrolib/dumper.py @@ -263,7 +263,7 @@ class _LatexDumper(Dumper): "It aims to help you to prepare your observation session. " "All the hours are given in {timezone}.").format( date=self.get_date_as_string(), - timezone='UTC+%d timezone' % self.timezone if self.timezone != 0 else 'UTC' + timezone='UTC+%d' % self.timezone if self.timezone != 0 else 'UTC' ), _("Don't forget to check the weather forecast before you go out with your material.") ])) \