From e74add7e5aaf7c480deca5811330e3d8774b202b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toni=20Cebri=C3=A1n?= Date: Mon, 9 Jan 2017 03:25:41 +0100 Subject: [PATCH] redshift: Fix formatting of documentation (#1981) Because of the missing blank, when generating the documentation the bulleted list is mal formatted. --- luigi/contrib/redshift.py | 1 + 1 file changed, 1 insertion(+) diff --git a/luigi/contrib/redshift.py b/luigi/contrib/redshift.py index aac3040b6a..48456d23e2 100644 --- a/luigi/contrib/redshift.py +++ b/luigi/contrib/redshift.py @@ -59,6 +59,7 @@ class S3CopyToTable(rdbms.CopyToTable): Usage: * Subclass and override the required attributes: + * `host`, * `database`, * `user`,