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:
parent
0d1dfa523f
commit
4bcc6273d0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue