Commit f7c00c40 authored by ratara's avatar ratara Committed by oroulet

removed obsolet comment

parent 2ab941b6
......@@ -671,7 +671,7 @@ class AddressSpace:
def keys(self):
return self._nodes.keys()
def clear(self): # FIXME: missleading name empty, better clear or reset, but could be braking change
def clear(self):
"""Delete all nodes in address space"""
self._nodes.clear()
......
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