Skip to content

Commit ead99e2

Browse files
author
Nabil Elqatib
committed
Fix typo in argument description
1 parent 80893cf commit ead99e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,7 @@ def add(url, path=None, ignore=False, depth=None, protocol=None, top=True):
18421842
help='Remove library',
18431843
description=(
18441844
"Remove specified library, its dependencies and references from the current\n"
1845-
"You can re-add the library from it's URL via 'mbed add <library URL>'."))
1845+
"You can re-add the library from its URL via 'mbed add <library URL>'."))
18461846
def remove(path):
18471847
repo = Repo.fromrepo()
18481848
if not Repo.isrepo(path):

0 commit comments

Comments
 (0)