manifest: fix docstrings for Project
Submodule was single-quoted (``) causing reference errors. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
0bfe88729d
commit
04f6b67f70
|
@ -643,7 +643,7 @@ class Project:
|
|||
If the manifest data contains no groups for the project, this is
|
||||
an empty list.
|
||||
- ``submodules``: the project's submodules configuration; either
|
||||
a list of `Submodule` objects, or a boolean.
|
||||
a list of Submodule objects, or a boolean.
|
||||
'''
|
||||
|
||||
def __eq__(self, other):
|
||||
|
|
Loading…
Reference in New Issue