diff --git a/demo_code.py b/demo_code.py index ad68ff119..397061718 100644 --- a/demo_code.py +++ b/demo_code.py @@ -17,7 +17,7 @@ def __init__(self): self.limits = (1, 10) def get_number(self, min_max): - raise NotImplemented + raise NotImplementedError def smethod(): """static method-to-be""" diff --git a/hello.py b/hello.py index ad68ff119..397061718 100644 --- a/hello.py +++ b/hello.py @@ -17,7 +17,7 @@ def __init__(self): self.limits = (1, 10) def get_number(self, min_max): - raise NotImplemented + raise NotImplementedError def smethod(): """static method-to-be"""