manifest: fix docstring for Project.sha

It's confusing and wrong to say 'current revision' when the revision
is an argument.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2019-11-06 07:26:22 -08:00 committed by Carles Cufí
parent 0d1dfa523f
commit 4bcc6273d0
1 changed files with 1 additions and 1 deletions

View File

@ -859,7 +859,7 @@ class Project:
stdout, stderr)
def sha(self, rev, cwd=None):
'''Returns the project's current revision as a SHA.
'''Get the SHA for a project revision.
:param rev: git revision (HEAD, v2.0.0, etc.) as a string
:param cwd: directory to run command in (default: