Skip to content
Snippets Groups Projects
Commit 6d02e269 authored by Angelos Evripiotis's avatar Angelos Evripiotis Committed by Tristan Van Berkom
Browse files

contributing.rst: fix typo of 'get_count'

parent 9590e8ae
No related branches found
No related tags found
1 merge request!866Minor fixups to 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment