diff options
author | James Ennis <james.ennis@codethink.co.uk> | 2019-08-08 15:53:25 +0100 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2019-08-09 09:50:15 +0000 |
commit | ddba09f303190f1b17d5ab157802f03c9bea487d (patch) | |
tree | 2fd6135ec136d86ffb0c38821bae866dce53187a /src/buildstream | |
parent | 8b0ed6d379a2198e5c037693731b15db3392689d (diff) | |
download | buildstream-ddba09f303190f1b17d5ab157802f03c9bea487d.tar.gz |
_artifact.py: Fix typo in doc comment of _get_field_digest()
Diffstat (limited to 'src/buildstream')
-rw-r--r-- | src/buildstream/_artifact.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/_artifact.py b/src/buildstream/_artifact.py index 5499b0dab..b6b07ecc1 100644 --- a/src/buildstream/_artifact.py +++ b/src/buildstream/_artifact.py @@ -425,7 +425,7 @@ class Artifact(): return self._proto - # _get_artifact_field() + # _get_field_digest() # # Returns: # (Digest): Digest of field specified |