summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 437c64e45..59d3bb3bf 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -445,7 +445,7 @@ on a Python class in BuildStream::
# Returns:
# (int): The count of this foo
#
- def set_count(self, count):
+ def get_count(self, count):
return self._count