Commit 648901e5 authored by sumpfralle's avatar sumpfralle

fixed typo


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@566 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 58a9e9ee
......@@ -43,7 +43,7 @@ class Plane(TransformableContainer):
# a plane always consists of two points
return 2
def reset_cache():
def reset_cache(self):
# nothing to be done (but required for TransformableContainer)
pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment