Skip to content

Commit 4475d40

Browse files
committed
typo
1 parent 2cc5894 commit 4475d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/datastructures/datastructure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
class Datastructure(Data):
11-
"""Bsee class for all data structures."""
11+
"""Base class for all data structures."""
1212

1313
def __init__(self):
1414
super(Datastructure, self).__init__()

0 commit comments

Comments
 (0)