diff --git a/docs b/docs index e94dd36b..9ec47a57 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit e94dd36bc1cc88386817aa3fd7ca49f86c842ce6 +Subproject commit 9ec47a577bc43de62ccaeb4ed044aa583162c695 diff --git a/examples b/examples index 84bc1a96..3b78e610 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 84bc1a967ab44dcfdeeb58c501739ca3a2bf87e3 +Subproject commit 3b78e610481e6a5b3dda5598e231dbd7e88f45e3 diff --git a/platformio/commands/package.py b/platformio/commands/package.py index cebc1051..1a9cd767 100644 --- a/platformio/commands/package.py +++ b/platformio/commands/package.py @@ -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 diff --git a/scripts/docspregen.py b/scripts/docspregen.py index 881160ed..237f9d36 100644 --- a/scripts/docspregen.py +++ b/scripts/docspregen.py @@ -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"] )