You've already forked devops-exercises
mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2025-07-09 23:45:42 +02:00
@ -32,7 +32,7 @@ class Student:
|
||||
"""Changes the department of the student object
|
||||
|
||||
Args:
|
||||
new_deparment (str): Assigns the new deparment value to dept attr
|
||||
new_deparment (str): Assigns the new department value to dept attr
|
||||
"""
|
||||
self.department = new_deparment
|
||||
|
||||
|
Reference in New Issue
Block a user