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:
Gerard Marull-Paretas 2021-03-17 16:16:20 +01:00 committed by Marti Bolivar
parent 0bfe88729d
commit 04f6b67f70
1 changed files with 1 additions and 1 deletions

View File

@ -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):