summaryrefslogtreecommitdiff
path: root/python/samba
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2017-11-30 09:24:05 +1300
committerKarolin Seeger <kseeger@samba.org>2018-01-13 17:37:07 +0100
commitd3c542051fb19559c5699001da8d9da6c7e66712 (patch)
tree64a5d6af4a750fc69f71ee6a2a4a16add1588a38 /python/samba
parenta090d7ef52cfd2bbc8bdf7028db0e2237def1f3e (diff)
downloadsamba-d3c542051fb19559c5699001da8d9da6c7e66712.tar.gz
samba_kcc: fix dot_file_dir documentation
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python/samba')
-rw-r--r--python/samba/kcc/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/kcc/__init__.py b/python/samba/kcc/__init__.py
index 5df3e788227..3ebdb39d29d 100644
--- a/python/samba/kcc/__init__.py
+++ b/python/samba/kcc/__init__.py
@@ -97,7 +97,7 @@ class KCC(object):
:param readonly: Don't write to the database.
:param verify: Check topological invariants for the generated graphs
:param debug: Write verbosely to stderr.
- "param dot_file_dir: write diagnostic Graphviz files in this directory
+ :param dot_file_dir: write diagnostic Graphviz files in this directory
"""
def __init__(self, unix_now, readonly=False, verify=False, debug=False,
dot_file_dir=None):