Docs: Sync dev-platforms

This commit is contained in:
Ivan Kravets
2021-05-01 13:44:28 +03:00
parent 553c398c8e
commit 60c83bae93
4 changed files with 4 additions and 4 deletions

2
docs

Submodule docs updated: e94dd36bc1...9ec47a577b

View File

@ -163,7 +163,7 @@ def package_publish( # pylint: disable=too-many-arguments, too-many-locals
("Version:", version),
]
if manifest.get("system"):
data.insert(len(data) - 1, ("System", ", ".join(manifest.get("system"))))
data.insert(len(data) - 1, ("System:", ", ".join(manifest.get("system"))))
click.echo(tabulate(data, tablefmt="plain"))
# look for duplicates

View File

@ -789,7 +789,7 @@ board manifest `{id}.json <{board_manifest_url}>`_. For example,
"""
Uploading
---------
%s supports the next uploading protocols:
%s supports the following uploading protocols:
"""
% board["name"]
)