summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2016-12-15 09:34:28 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-02-10 05:09:09 +0100
commit18643226a69c3db62db1736d958298a07dd5ab51 (patch)
tree8914a2ac9727fd49516214062bae5c9759cbbd0a /python
parent3ee56607db8b4fedd5d04f74de548ae7324686cd (diff)
downloadsamba-18643226a69c3db62db1736d958298a07dd5ab51.tar.gz
python provision: fix indenting of doc string
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python')
-rw-r--r--python/samba/provision/__init__.py2
1 files changed, 1 insertions, 1 deletions
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.