Make-School-Courses/CS-1.1-Object-Oriented-Programming

self.infected parameter contains typo in Person class, __init__ method

Closed this issue · 1 comments

In the instructions for the init method in Person.py, the self.infected attribute/parameter is described as both "self.infected" and as "self.infection." Additionally, in the example text above, it is set to infected=False while in the actual init template it is set as infected=None.

fixed