From 3c06eaf710ef437831f3e145038e1ff74f0f6d31 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 18 Nov 2018 18:05:34 +0100 Subject: sync_deps() docstring format nit --- kconfiglib.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kconfiglib.py b/kconfiglib.py index 7c06eb4..e8bf99e 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1392,7 +1392,8 @@ class Kconfig(object): function when adding symbol prerequisites to source files. In case you need a different scheme for your project, the sync_deps() - implementation can be used as a template.""" + implementation can be used as a template. + """ if not os.path.exists(path): os.mkdir(path, 0o755) -- cgit v1.2.3