diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-18 18:05:34 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-18 18:58:16 +0100 |
| commit | 3c06eaf710ef437831f3e145038e1ff74f0f6d31 (patch) | |
| tree | 77e7c86e9c67069c3b805e53952bbcb58e758562 | |
| parent | df61771a449a1ca6ed7704e3aed3496063a47910 (diff) | |
sync_deps() docstring format nit
| -rw-r--r-- | kconfiglib.py | 3 |
1 files changed, 2 insertions, 1 deletions
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) |
