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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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