python provision: fix indenting of doc string
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 14 Dec 2016 20:34:28 +0000 (09:34 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 10 Feb 2017 04:09:09 +0000 (05:09 +0100)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/provision/__init__.py

index faa4b0c260baee292fb5df33bd530f002dd284ce..3187b659e132b4f4ef6e55a244040b4ccd889b0a 100644 (file)
@@ -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.