Commit ba0525d3 authored by Giovanni Torres's avatar Giovanni Torres Committed by GitHub

Added missing function parameter "value"

parent 8efe4743
......@@ -283,7 +283,7 @@ when it is deleted.::
return "We don't have: %s" % self.cheeses
@cheese.setter
def cheese(self):
def cheese(self, value):
self.cheeses.append(value)
@cheese.deleter
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment