From: Douglas Bagnall Date: Wed, 14 Dec 2016 20:34:28 +0000 (+1300) Subject: python provision: fix indenting of doc string X-Git-Tag: talloc-2.1.9~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18643226a69c3db62db1736d958298a07dd5ab51;p=thirdparty%2Fsamba.git python provision: fix indenting of doc string Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/provision/__init__.py b/python/samba/provision/__init__.py index faa4b0c260b..3187b659e13 100644 --- a/python/samba/provision/__init__.py +++ b/python/samba/provision/__init__.py @@ -929,7 +929,7 @@ def secretsdb_self_join(secretsdb, domain, def setup_secretsdb(paths, session_info, backend_credentials, lp): """Setup the secrets database. - :note: This function does not handle exceptions and transaction on purpose, + :note: This function does not handle exceptions and transaction on purpose, it's up to the caller to do this job. :param path: Path to the secrets database.