Skip to content

Commit caf58a7

Browse files
0xc0170hugueskamba
andcommitted
tools/build_api: fix wording
Co-authored-by: Hugues Kamba <[email protected]>
1 parent c489c21 commit caf58a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def get_mbed_official_release(version):
417417
# in targets.json file
418418

419419
if version == `2`:
420-
raise InvalidReleaseTargetException("Mbed 2 not supported anymore with this version of tools")
420+
raise InvalidReleaseTargetException("Mbed 2 is no longer supported with this version of the tools")
421421

422422
mbed_official_release = (
423423
tuple(

0 commit comments

Comments
 (0)