manifest.py: fix docstring

Fix a copy/paste error.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2022-04-04 13:23:32 -07:00 committed by Marti Bolivar
parent ca52ee5073
commit d3fdb97d18
1 changed files with 1 additions and 1 deletions

View File

@ -1190,7 +1190,7 @@ class Manifest:
:param source_data: parsed YAML data as a Python object, or a
string with unparsed YAML data
:param importer: passed to Manifest
:param importer: passed to Manifest
:param import_flags: passed to Manifest
'''
if not source_data:
raise MalformedManifest('manifest contains no data')