manifest: fix a docstring
s/,/./ Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
cd68a6f242
commit
ca56fce8c8
|
@ -1199,7 +1199,7 @@ class Project:
|
|||
def is_up_to_date(self, cwd=None):
|
||||
'''Check if the project HEAD is up to date with the manifest.
|
||||
|
||||
This is equivalent to ``is_up_to_date_with(self,revision,
|
||||
This is equivalent to ``is_up_to_date_with(self.revision,
|
||||
cwd=cwd)``.
|
||||
|
||||
:param cwd: directory to run command in (default:
|
||||
|
|
Loading…
Reference in New Issue