From 623ce2d8624a1a04156a35ae762d29a19fbc7b52 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 4 Jun 2014 16:47:26 -0400 Subject: [PATCH] fix broken docstring Signed-off-by: Alfredo Deza --- ceph_deploy/util/templates.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ceph_deploy/util/templates.py b/ceph_deploy/util/templates.py index e001070..a5c3272 100644 --- a/ceph_deploy/util/templates.py +++ b/ceph_deploy/util/templates.py @@ -47,7 +47,7 @@ def custom_repo(**kw): Previously, and for historical purposes, this is how the template used to look:: - custom_repo = """ + custom_repo = [{repo_name}] name={name} baseurl={baseurl} @@ -56,7 +56,6 @@ def custom_repo(**kw): type={_type} gpgkey={gpgkey} proxy={proxy} - """ """ lines = [] -- 2.47.3