diff options
author | Angelos Evripiotis <jevripiotis@bloomberg.net> | 2018-10-08 07:39:57 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-10-09 09:12:45 +0000 |
commit | 6d02e2695d3fe3955b8285a14d651bb111fe4498 (patch) | |
tree | 758ac27c43925d804c174f2504a134ca38636070 /CONTRIBUTING.rst | |
parent | 9590e8aeb2aeecc94d3c562ffd2954aeddaaedb9 (diff) | |
download | buildstream-6d02e2695d3fe3955b8285a14d651bb111fe4498.tar.gz |
contributing.rst: fix typo of 'get_count'
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r-- | CONTRIBUTING.rst | 2 |
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 |