summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2018-02-14 18:13:17 +0000
committerJürg Billeter <j@bitron.ch>2018-02-26 15:04:15 +0000
commit2c0b69fb2c497be7d2b5492a56b200d952a89557 (patch)
tree4e4c6ac03ae6bdb3abfc6c5d8701f64acde448d1
parent59615b62ab93001d5c3ac44e884cab7a5ee9cb7c (diff)
downloadbuildstream-2c0b69fb2c497be7d2b5492a56b200d952a89557.tar.gz
_artifactcache/artifactcache.py: Fix name mismatch in doc comment
-rw-r--r--buildstream/_artifactcache/artifactcache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_artifactcache/artifactcache.py b/buildstream/_artifactcache/artifactcache.py
index 785a50c98..31e1356c8 100644
--- a/buildstream/_artifactcache/artifactcache.py
+++ b/buildstream/_artifactcache/artifactcache.py
@@ -208,7 +208,7 @@ class ArtifactCache():
def has_push_remotes(self, *, element=None):
return False
- # remote_contains_key():
+ # remote_contains():
#
# Check whether the artifact for the specified Element is already available
# in any remote artifact cache.