From 05d8e7d7b1c485078b98e4aa8043f803965670a6 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 6 Oct 2008 21:08:32 -0500 Subject: Comply to PEP 8, make pylint happier --- fedora_business_cards/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fedora_business_cards/__init__.py') diff --git a/fedora_business_cards/__init__.py b/fedora_business_cards/__init__.py index 07a90f4..3546a94 100644 --- a/fedora_business_cards/__init__.py +++ b/fedora_business_cards/__init__.py @@ -19,8 +19,8 @@ """ The Fedora business cards generator will generate business cards for Fedora -contributors. It connects to FAS to retrieve user information and lays it out on -a SVG, then exports that to a PDF and PNG. Different templates are/will be +contributors. It connects to FAS to retrieve user information and lays it out +on a SVG, then exports that to a PDF and PNG. Different templates are/will be available for different business card sizes, or different requirements by different companies. """ -- cgit