Skip to content
Snippets Groups Projects
Commit 92cc70f4 authored by Florian Burger's avatar Florian Burger
Browse files

corrected naming

parent f6a3bfec
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,7 @@ class Bitmap(Addressable2D): ...@@ -142,7 +142,7 @@ class Bitmap(Addressable2D):
return self.height return self.height
## <EDIT HERE> Write an interface for a Filter use ABC! ## <EDIT HERE> Write an interface for a Filter use ABC!
class FilterTrait(object): class FilterInterface(object):
pass pass
## <EDIT HERE> Use above interface here ## <EDIT HERE> Use above interface here
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment