manifest: fix a docstring

s/,/./

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2020-01-15 16:07:34 -08:00 committed by Marti Bolivar
parent cd68a6f242
commit ca56fce8c8
1 changed files with 1 additions and 1 deletions

View File

@ -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: