We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc5894 commit 4475d40Copy full SHA for 4475d40
src/compas/datastructures/datastructure.py
@@ -8,7 +8,7 @@
8
9
10
class Datastructure(Data):
11
- """Bsee class for all data structures."""
+ """Base class for all data structures."""
12
13
def __init__(self):
14
super(Datastructure, self).__init__()
0 commit comments