samba_kcc: fix dot_file_dir documentation
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 29 Nov 2017 20:24:05 +0000 (09:24 +1300)
committerKarolin Seeger <kseeger@samba.org>
Sat, 13 Jan 2018 16:37:07 +0000 (17:37 +0100)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/kcc/__init__.py

index 5df3e788227d7a9f577393f2a6d05aff6ed9d203..3ebdb39d29dccbb32fccbe0d64931f81745ae5b9 100644 (file)
@@ -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):