1
0
mirror of https://github.com/bregman-arie/devops-exercises.git synced 2025-07-09 23:45:42 +02:00

Fix typos (#411)

Found via `codespell -L caf,etcp,alle,aks`
This commit is contained in:
Kian-Meng Ang
2023-08-25 04:02:53 +08:00
committed by GitHub
parent bf95e8f81e
commit 4b6718938c
29 changed files with 77 additions and 77 deletions

View File

@ -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